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>2006-02-04 21:38:42 +0300
committerMarc Delisle <marc@infomarc.info>2006-02-04 21:38:42 +0300
commit7e93c2887125d708c0528e90c3b182c96df40b36 (patch)
tree16ad7d74fc2d3ed962dc56349ee764caa86e3569 /tbl_import.php
parent617c2b4a0306fee6462b4d74aba55ccb3bc192be (diff)
bug #1415465, undefined variable
Diffstat (limited to 'tbl_import.php')
-rw-r--r--tbl_import.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tbl_import.php b/tbl_import.php
index bd4558243e..eade040bc3 100644
--- a/tbl_import.php
+++ b/tbl_import.php
@@ -8,6 +8,8 @@ require_once('./libraries/common.lib.php');
* Gets tables informations and displays top links
*/
require_once('./libraries/tbl_properties_common.php');
+$url_query .= '&amp;goto=tbl_import.php&amp;back=tbl_import.php';
+
require_once('./libraries/tbl_properties_table_info.inc.php');
/**
* Displays top menu links