mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Warn about selecting data without index
This commit is contained in:
@@ -209,7 +209,7 @@ if (!$columns) {
|
||||
$adminer->selectOrderPrint($order, $columns, $indexes);
|
||||
$adminer->selectLimitPrint($limit);
|
||||
$adminer->selectLengthPrint($text_length);
|
||||
$adminer->selectActionPrint();
|
||||
$adminer->selectActionPrint($indexes);
|
||||
echo "</form>\n";
|
||||
|
||||
$page = $_GET["page"];
|
||||
|
Reference in New Issue
Block a user