From: Jakub Vrana Date: Thu, 6 May 2010 09:24:47 +0000 (+0200) Subject: Respect namespace X-Git-Tag: v3.0.0~133 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=8878799c9005daec9a9601562e1c7a029ec6f7a0;p=adminer.git Respect namespace --- 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);