Merge branch 'master' of github.com:phpmyadmin/phpmyadmin

This commit is contained in:
Madhura Jayaratne 2015-06-26 14:07:50 +05:30
commit 894ff19c49

View File

@ -1586,7 +1586,7 @@ function PMA_getSimulatedDeleteQuery($analyzed_sql_results)
$where_clause = '';
$where_clause .= $analyzed_sql_results['analyzed_sql'][0]['where_clause'];
if (empty($where_clause) && empty($extra_where_clause)) {
if (empty($where_clause)) {
$where_clause = '1';
}