mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +02:00
Warn about selecting data without index
This commit is contained in:
@@ -271,7 +271,7 @@ ORDER BY ORDINAL_POSITION", null, "") as $row) { //! requires MySQL 5
|
||||
function selectLengthPrint($text_length) {
|
||||
}
|
||||
|
||||
function selectActionPrint() {
|
||||
function selectActionPrint($indexes) {
|
||||
echo "<fieldset><legend>" . lang('Action') . "</legend><div>";
|
||||
echo "<input type='submit' value='" . lang('Select') . "'>";
|
||||
echo "</div></fieldset>\n";
|
||||
|
Reference in New Issue
Block a user