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 .= '' . __('Do not use joins') . '';
$html_output .= '