Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jan 28, 2015
2 parents 881e949 + dcf93b7 commit 0733b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/insert_edit.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ function PMA_getParamsForUpdateOrInsert()
? $_REQUEST['where_clause']
: array($_REQUEST['where_clause']);
$using_key = true;
$is_insert = isset($_REQUEST['submit_type'])
$is_insert = isset($_REQUEST['submit_type'])
&& ($_REQUEST['submit_type'] == 'insert'
|| $_REQUEST['submit_type'] == 'showinsert'
|| $_REQUEST['submit_type'] == 'insertignore');
Expand Down

0 comments on commit 0733b08

Please sign in to comment.