changeset 413 | 6607cd646d6d |
parent 411 | d1a95497b68f |
child 419 | b8b4e38825db |
--- a/includes/template.php Mon Feb 11 14:33:49 2008 -0500 +++ b/includes/template.php Tue Feb 12 00:37:46 2008 -0500 @@ -874,7 +874,7 @@ $f = microtime_float(); $f = $f - $_starttime; - $f = round($f, 4); + $f = round($f, 2); $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));