git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@11 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2007-07-02 15:52:29 +00:00
parent fa3dd557c6
commit ddc3a58ac2
4 changed files with 14 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ if ($_POST) {
}
}
if (mysql_query($query)) {
$_SESSION["message"] = $message; //! warnings
$_SESSION["message"] = $message;
header("Location: " . $SELF . "select=" . urlencode($_GET["edit"]) . (SID ? "&" . SID : ""));
exit;
}