Add missing ! to return value

This commit is contained in:
Mohamed Ashraf 2013-03-23 05:38:36 +02:00
parent c3cac4e55d
commit 4a04dfb404

View File

@ -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 . '" />';