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')
-rwxr-xr-xtbl_export.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tbl_export.php b/tbl_export.php
index 959a95dc90..6a7d03ff05 100755
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -10,6 +10,8 @@
*/
require_once './libraries/common.inc.php';
+$GLOBALS['js_include'][] = 'export.js';
+
/**
* Gets tables informations and displays top links
*/