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 /db_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 'db_export.php')
-rw-r--r--db_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_export.php b/db_export.php
index 2b2fde41db..1b86a328c1 100644
--- a/db_export.php
+++ b/db_export.php
@@ -85,6 +85,6 @@ $multi_values .= "\n";
$multi_values .= '</select></div>';
$export_type = 'database';
-require_once 'libraries/display_export.lib.php';
+require_once 'libraries/display_export.inc.php';
?>