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:
authorxmujay <xmujay@gmail.com>2013-07-21 06:23:35 +0400
committerxmujay <xmujay@gmail.com>2013-07-21 06:23:35 +0400
commit0157002bd130996639237ac85da5df7a6cf54fff (patch)
treec0f9a2999258659ce99821de4c9c78d7f6d652b1 /tbl_export.php
parent95ba12700645ca65f8b9c9a2f38503f4ff2920ac (diff)
rename server_export.lib.php to display_export.lib.php due to it works for server and database, table level export
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';
?>