diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index 1e6b00a9..2456ea35 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -584,7 +584,8 @@ focus(qs('#username')); $query = preg_replace('~[\x80-\xFF]+$~', '', substr($query, 0, 1e6)) . "\n..."; // [\x80-\xFF] - valid UTF-8, \n - can end by one-line comment } $history[$_GET["db"]][] = array($query, time(), $time); // not DB - $_GET["db"] is changed in database.inc.php //! respect $_GET["ns"] - return " " . @date("H:i:s") . " " . lang('SQL command') . "" // @ - time zone may be not set + return " " . @date("H:i:s") . "" // @ - time zone may be not set + . " " . lang('SQL command') . "" . "