mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 00:28:34 +02:00
Fix counting selected rows after going back to select page
This commit is contained in:
@@ -527,7 +527,6 @@ if (!$columns && support("table")) {
|
||||
echo "</div></fieldset>\n";
|
||||
}
|
||||
|
||||
echo (!$group && $select ? "" : script("tableCheck();"));
|
||||
}
|
||||
|
||||
if ($adminer->selectImportPrint()) {
|
||||
@@ -542,6 +541,7 @@ if (!$columns && support("table")) {
|
||||
|
||||
echo "<p><input type='hidden' name='token' value='$token'></p>\n";
|
||||
echo "</form>\n";
|
||||
echo (!$group && $select ? "" : script("tableCheck();"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user