From: Jakub Vrana Date: Wed, 14 Feb 2018 05:41:44 +0000 (+0100) Subject: Print email only with rows or page X-Git-Tag: v4.6.2~17 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=3f901cfe3064626c4f22147109ba19580e616892;p=adminer.git Print email only with rows or page --- diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 30a4dc98..acce4ad6 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -556,10 +556,9 @@ if (!$columns && support("table")) { echo "\n"; } + $adminer->selectEmailPrint(array_filter($email_fields, 'strlen'), $columns); } - $adminer->selectEmailPrint(array_filter($email_fields, 'strlen'), $columns); - echo "\n"; echo "\n"; if ($adminer->selectImportPrint()) { @@ -574,6 +573,7 @@ if (!$columns && support("table")) { echo ""; } + echo "\n"; echo "\n"; echo (!$group && $select ? "" : script("tableCheck();")); }