Index: trunk/admin/index.php =================================================================== diff -u -r4490 -r4758 --- trunk/admin/index.php (.../index.php) (revision 4490) +++ trunk/admin/index.php (.../index.php) (revision 4758) @@ -32,11 +32,11 @@ '; } -function getmicrotime() -{ - list($usec, $sec) = explode(" ", microtime()); - return ((float)$usec + (float)$sec); -} +function getmicrotime() +{ + list($usec, $sec) = explode(" ", microtime()); + return ((float)$usec + (float)$sec); +} //update_memory_check_script();