From: Jakub Vrana Date: Sat, 13 Jan 2018 22:42:48 +0000 (+0100) Subject: Fix SQL command toggle X-Git-Tag: v4.4.0~18 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=cc268428b8d758b0b9580deaec94ff25d8690454;p=adminer.git Fix SQL command toggle --- diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index 736889eb..2dc4b698 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -598,7 +598,7 @@ class Adminer { } $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") . "" // @ - time zone may be not set - . " " . lang('SQL command') . "" . script("qsl('a').onclick = partial(toggle, '$id');", "") + . " " . lang('SQL command') . "" . "