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:
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_export.php b/tbl_export.php
index 1fe4276f17..7e3d4ed727 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -15,7 +15,7 @@ $GLOBALS['js_include'][] = 'export.js';
/**
* Gets tables informations and displays top links
*/
-require_once 'libraries/tbl_common.php';
+require_once 'libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_export.php&back=tbl_export.php';
require_once 'libraries/tbl_info.inc.php';