Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2014-12-28 17:48:04 +0300
committerMarc Delisle <marc@infomarc.info>2014-12-28 17:48:04 +0300
commit629e08cbc44948a7095db23384fa3bcd0407ead5 (patch)
tree36305a1b600f7950bb084033806c0a6d1e537aee /tbl_select.php
parent86802403195b5e83dd2a9543d5df9c7f8cba128d (diff)
Code cleanup: $disp_mode was always empty at this point
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'tbl_select.php')
-rw-r--r--tbl_select.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_select.php b/tbl_select.php
index 9101d808a6..93ed5789a4 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -74,7 +74,7 @@ if (! isset($_POST['columnsToDisplay']) && ! isset($_POST['displayAllColumns']))
PMA_executeQueryAndSendQueryResponse(
$analyzed_sql_results, false, $db, $table, null, null, null, false,
- null, null, null, null, $GLOBALS['goto'], $pmaThemeImage, null,
+ null, null, null, $GLOBALS['goto'], $pmaThemeImage, null,
null, null, $sql_query, null, null
);
}