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

Always try highlight

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@685 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-06-14 20:41:06 +00:00
parent fb02d5abc9
commit 0a933d9b0b

View File

@@ -1,8 +1,4 @@
<?php
if (isset($_POST["query"])) {
setcookie("highlight", $_POST["highlight"], strtotime("+1 month"), preg_replace('~\\?.*~', '', $_SERVER["REQUEST_URI"]));
$_COOKIE["highlight"] = $_POST["highlight"];
}
page_header(lang('SQL command'), $error);
if (!$error && $_POST) {