From 8878799c9005daec9a9601562e1c7a029ec6f7a0 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 6 May 2010 11:24:47 +0200 Subject: [PATCH] Respect namespace --- 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 519c38b1..eb3ce95b 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -181,7 +181,7 @@ if (!$columns) { echo "
\n"; echo "
"; hidden_fields_get(); - echo (DB != "" ? '' : ""); // not used in Editor + echo (DB != "" ? '' . (isset($_GET["ns"]) ? '' : "") : ""); // not used in Editor echo ''; echo "
\n"; $adminer->selectColumnsPrint($select, $columns);