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:
authorMichal Čihař <michal@cihar.com>2017-06-07 10:53:03 +0300
committerMichal Čihař <michal@cihar.com>2017-06-07 10:53:03 +0300
commitf887b65bb2f2cfe301ce4dacf098fb34f71d2182 (patch)
tree3e5ca2fc0834cbddd90ebd9638fea343d1fab2db /tbl_structure.php
parentfaf47b676ca37aee5c5a066cb6c7598fd01160c5 (diff)
Fixed url query handling in table structure
Fixes #13366 See also issue #13354 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'tbl_structure.php')
-rw-r--r--tbl_structure.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_structure.php b/tbl_structure.php
index 679e2cb434..c11b9c7ae4 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -49,7 +49,6 @@ $table_info_num_rows = $table_class_object->getNumRows();
$dependency_definitions = array(
'db' => $db,
'table' => $table,
- 'url_query' => &$GLOBALS['url_query'],
'db_is_system_schema' => $db_is_system_schema,
'tbl_is_view' => $tbl_is_view,
'tbl_storage_engine' => $tbl_storage_engine,