Skip to content

Commit

Permalink
Add missing ! to return value
Browse files Browse the repository at this point in the history
  • Loading branch information
m0hamed committed Mar 23, 2013
1 parent c3cac4e commit 4a04dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@
. '&id_bookmark=1'; . '&id_bookmark=1';


echo '<form action="sql.php" method="post"' echo '<form action="sql.php" method="post"'
. ' onsubmit="return emptyFormElements(this, \'fields[label]\');"' . ' onsubmit="return ! emptyFormElements(this, \'fields[label]\');"'
. ' id="bookmarkQueryForm">'; . ' id="bookmarkQueryForm">';
echo PMA_generate_common_hidden_inputs(); echo PMA_generate_common_hidden_inputs();
echo '<input type="hidden" name="goto" value="' . $goto . '" />'; echo '<input type="hidden" name="goto" value="' . $goto . '" />';
Expand Down

0 comments on commit 4a04dfb

Please sign in to comment.