From 16b5be1e8d424bd78b47fcc04d5aec70e79d0f73 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 18 Oct 2010 01:48:27 +0200 Subject: [PATCH] Don't download tables count without databases list --- adminer/include/connect.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/adminer/include/connect.inc.php b/adminer/include/connect.inc.php index a222dd73..840b11e8 100644 --- a/adminer/include/connect.inc.php +++ b/adminer/include/connect.inc.php @@ -43,7 +43,9 @@ function connect_error() { } } page_footer("db"); - echo "\n"; + if ($databases) { + echo "\n"; + } } if (isset($_GET["status"])) {