Add missing ! to return value
This commit is contained in:
parent
c3cac4e55d
commit
4a04dfb404
2
sql.php
2
sql.php
@ -1298,7 +1298,7 @@ if ((0 == $num_rows && 0 == $unlim_num_rows) || $is_affected) {
|
||||
. '&id_bookmark=1';
|
||||
|
||||
echo '<form action="sql.php" method="post"'
|
||||
. ' onsubmit="return emptyFormElements(this, \'fields[label]\');"'
|
||||
. ' onsubmit="return ! emptyFormElements(this, \'fields[label]\');"'
|
||||
. ' id="bookmarkQueryForm">';
|
||||
echo PMA_generate_common_hidden_inputs();
|
||||
echo '<input type="hidden" name="goto" value="' . $goto . '" />';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user