Skip to content

Commit

Permalink
Merge commit 'f220ef2'
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Apr 11, 2014
2 parents f46865c + f220ef2 commit 72f0507
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/sql.lib.php
Expand Up @@ -872,6 +872,8 @@ function PMA_isJustBrowsing($analyzed_sql_results, $find_real_end)
&& ! $table_name
&& (empty($analyzed_sql_results['analyzed_sql'][0]['where_clause'])
|| $analyzed_sql_results['analyzed_sql'][0]['where_clause'] == '1 ')
&& (empty($analyzed_sql_results['analyzed_sql'][0]['group_by_clause'])
|| $analyzed_sql_results['analyzed_sql'][0]['group_by_clause'] == '1 ')
&& ! isset($find_real_end)
&& !$analyzed_sql_results['is_subquery']
) {
Expand Down

0 comments on commit 72f0507

Please sign in to comment.