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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2005-12-08 16:19:25 +0300
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2005-12-08 16:19:25 +0300
commit8344198c103e238e9ce4927931619092be4dcf98 (patch)
tree38167f241ed887c3edaf9e569b7826e78c4d46ce /tbl_import.php
parent81feec2fc21c106a6528b44acdfefd6efac09f36 (diff)
moved tbl_properties_common.php into libraries
Diffstat (limited to 'tbl_import.php')
-rw-r--r--tbl_import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_import.php b/tbl_import.php
index 267561abbb..bd4558243e 100644
--- a/tbl_import.php
+++ b/tbl_import.php
@@ -7,7 +7,7 @@ require_once('./libraries/common.lib.php');
/**
* Gets tables informations and displays top links
*/
-require_once('./tbl_properties_common.php');
+require_once('./libraries/tbl_properties_common.php');
require_once('./libraries/tbl_properties_table_info.inc.php');
/**
* Displays top menu links