1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

Save history in adminer_message_query

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@840 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-07-16 09:24:16 +00:00
parent 02b719b2d6
commit 04a3f5b30a
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,6 @@ function query_redirect($query, $location, $message, $redirect = true, $execute
$sql = "";
if ($query) {
$sql = adminer_message_query($query);
$_SESSION["history"][$_GET["server"]][$_GET["db"]][] = $query;
}
if ($execute) {
$failed = !$dbh->query($query);