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-07-24 16:11:00 +0400
committerMarc Delisle <marc@infomarc.info>2014-07-24 16:11:00 +0400
commit484a85a51b1684262a953ba5e1646b689d2feee0 (patch)
treed373d934d8d564c57cf9ba93b11c3b1af1a15695 /tbl_select.php
parentf060e5905dbcfa0b00b88952873d133398078e7f (diff)
Clarify variable's origin
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'tbl_select.php')
-rw-r--r--tbl_select.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tbl_select.php b/tbl_select.php
index efbdda4b59..7d76dba3af 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -73,9 +73,9 @@ if (! isset($_POST['columnsToDisplay']) && ! isset($_POST['displayAllColumns']))
include_once 'libraries/parse_analyze.inc.php';
PMA_executeQueryAndSendQueryResponse(
- $analyzed_sql_results, false, $db, $table, null, null, null, false, null,
- null, null, null, $goto, $pmaThemeImage, null, null, null, $sql_query,
- null, null
+ $analyzed_sql_results, false, $db, $table, null, null, null, false,
+ null, null, null, null, $GLOBALS['goto'], $pmaThemeImage, null,
+ null, null, $sql_query, null, null
);
}
?>