mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Notices: Use idx()
This commit is contained in:
@@ -230,7 +230,7 @@ if (!isset($_GET["import"])) {
|
||||
} elseif ($_GET["history"] == "all") {
|
||||
$q = $history;
|
||||
} elseif ($_GET["history"] != "") {
|
||||
$q = $history[$_GET["history"]][0];
|
||||
$q = idx($history[$_GET["history"]], 0);
|
||||
}
|
||||
echo "<p>";
|
||||
textarea("query", $q, 20);
|
||||
|
Reference in New Issue
Block a user