From 8d0cbb6eb4ab645d510619cff26cca364b70dc64 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 25 Jan 2018 08:33:40 +0100 Subject: [PATCH] Fix counting selected rows after going back to select page --- adminer/include/version.inc.php | 2 +- adminer/select.inc.php | 2 +- changes.txt | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) 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)