From 7b34625b01aceeba7fc38cdac7facad02c3b3f1f Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 30 Jul 2009 08:43:11 +0000 Subject: [PATCH] Variable db is not used in Editor git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@946 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/select.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 0f23685b..1ae00747 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -137,7 +137,7 @@ if (!$columns) { echo "
\n"; echo "
"; echo (strlen($_GET["server"]) ? '' : ""); - echo ''; + echo (strlen($_GET["db"]) ? '' : ""); // not used in Editor echo ''; echo "
\n"; $adminer->selectColumnsPrint($select, $columns);