Index: branches/5.2.x/core/install/utf.php =================================================================== diff -u -N -r13840 -r14095 --- branches/5.2.x/core/install/utf.php (.../utf.php) (revision 13840) +++ branches/5.2.x/core/install/utf.php (.../utf.php) (revision 14095) @@ -1,6 +1,6 @@ Conn->Query('UPDATE '.TABLE_PREFIX.'Language SET Charset = \''.$target_charset.'\''); - -function getmicrotime() -{ - list($usec, $sec) = explode(" ", microtime()); - return ((float)$usec + (float)$sec); -} \ No newline at end of file