OSDN Git Service

Fix benchmark processing.
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / skins / default / inc / show_benchmark.inc
index 5a991c4..ecd2bf5 100644 (file)
@@ -10,6 +10,5 @@ if (!function_exists('getmtime'))
 \r
   global $StartTime, $SQLCount;\r
   $loadtime = getmtime() - $StartTime;\r
-  $var = mb_convert_encoding("%.3f 秒/%d クエリ", _CHARSET, 'UTF-8');\r
-  printf($var, $loadtime, $SQLCount);\r
+  printf("%.3f sec/%d queries", $loadtime, $SQLCount);\r
 ?>\r