includes/template.php
changeset 1364 68c17d935750
parent 1363 f1ed3e9298ae
parent 1361 26e80700ff1d
--- a/includes/template.php	Sat Sep 15 13:18:01 2012 -0400
+++ b/includes/template.php	Sat Sep 15 13:16:59 2012 -0400
@@ -1472,7 +1472,7 @@
 			
 			$f = microtime_float();
 			$f = $f - $_starttime;
-			$f = round($f, 2);
+			$f = sprintf("%.02f", $f);
 			
 			$t_loc = $lang->get('page_msg_stats_gentime_short', array('time' => $f));
 			$t_loc_long = $lang->get('page_msg_stats_gentime_long', array('time' => $f));