changeset 33:a4197a854e79

Using pretty numbers on output
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 25 Jan 2009 18:02:01 +0000
parents 583e4c324c24 (current diff) 5c28a9d5fae7 (diff)
children 2709fae95b1e 7d9abc345081
files reproctool.cgi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/reproctool.cgi	Sun Jan 25 17:55:47 2009 +0000
+++ b/reproctool.cgi	Sun Jan 25 18:02:01 2009 +0000
@@ -291,7 +291,7 @@
         }
         else
         {
-            $text = $item->{reprocessIsk};
+            $text = pretty_numbers($item->{reprocessIsk});
         }
     }
     else