From: Jakub Vrana Date: Thu, 25 Jan 2018 07:33:40 +0000 (+0100) Subject: Fix counting selected rows after going back to select page X-Git-Tag: v4.6.0~69 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=8d0cbb6eb4ab645d510619cff26cca364b70dc64;p=adminer.git Fix counting selected rows after going back to select page --- diff --git a/adminer/include/version.inc.php b/adminer/include/version.inc.php index df95bbd5..e1a68694 100644 --- a/adminer/include/version.inc.php +++ b/adminer/include/version.inc.php @@ -1,2 +1,2 @@ \n"; } - echo (!$group && $select ? "" : script("tableCheck();")); } if ($adminer->selectImportPrint()) { @@ -542,6 +541,7 @@ if (!$columns && support("table")) { echo "

\n"; echo "\n"; + echo (!$group && $select ? "" : script("tableCheck();")); } } diff --git a/changes.txt b/changes.txt index 43990712..e566f34b 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,6 @@ +Adminer 4.5.1-dev: +Fix counting selected rows after going back to select page + Adminer 4.5.0 (released 2018-01-24): Display name of the object in confirmation when dropping it Display newlines in column comments (bug #573)