From 357f0be26516ccabbefc85d9a252d71d059d8739 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 11 Jun 2015 14:00:04 +0530 Subject: [PATCH] Use negation Signed-off-by: Madhura Jayaratne --- libraries/DBQbe.class.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libraries/DBQbe.class.php b/libraries/DBQbe.class.php index cb86503205..45f543948a 100644 --- a/libraries/DBQbe.class.php +++ b/libraries/DBQbe.class.php @@ -1375,7 +1375,7 @@ class PMA_DbQbe } } // end while - if (isset($_POST['useJoins'])) { + if (! isset($_POST['doNotUseJoins'])) { // Create LEFT JOINS out of Relations if (count($all_tables) > 0) { // Get tables and columns with valid where clauses @@ -1444,12 +1444,13 @@ class PMA_DbQbe } $html_output .= '
'; - $html_output .= ''; + $html_output .= ''; $html_output .= ''; // Get table's elements