diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index 4b9bec0c..1e6b00a9 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -584,7 +584,7 @@ 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") . " " . lang('SQL command') . "" // @ - time zone may be not set . "
" . shorten_utf8($query, 1000) . '
'
. ($time ? " ($time)" : '')
. (support("sql") ? '' . lang('Edit') . '' : '') diff --git a/adminer/include/functions.inc.php b/adminer/include/functions.inc.php index 451bd2c8..0953e52d 100644 --- a/adminer/include/functions.inc.php +++ b/adminer/include/functions.inc.php @@ -202,7 +202,7 @@ function confirm() { * @return null */ function print_fieldset($id, $legend, $visible = false, $onclick = "") { - echo "