changeset 1361 | 26e80700ff1d |
parent 1352 | d97cf005f674 |
child 1364 | 68c17d935750 |
--- a/includes/template.php Wed Apr 25 02:01:55 2012 -0400 +++ b/includes/template.php Wed Apr 25 02:03:38 2012 -0400 @@ -1447,7 +1447,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));