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 ea7e66ef57..6b35bea401 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -82,5 +82,5 @@ if (! empty($sql_query)) {
}
$export_type = 'table';
-require_once 'libraries/display_export.lib.php';
+require_once 'libraries/display_export.inc.php';
?>