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:
authorlorilee <leelorik@gmail.com>2010-06-09 06:29:03 +0400
committerlorilee <leelorik@gmail.com>2010-06-11 09:26:32 +0400
commit101b14fef1afe6281054a7e9dd286fd0eda3bca1 (patch)
tree7eb43d9c61ac85adeefead694659f3877c4ca343 /tbl_export.php
parentbef15c266d02d4cdd507fa860a17c2943799dd02 (diff)
Modified formatting for new export page
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tbl_export.php b/tbl_export.php
index 086dd39f72..775650dc07 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -11,6 +11,8 @@
*/
require_once './libraries/common.inc.php';
+$GLOBALS['js_include'][] = 'export.js';
+
/**
* Gets tables informations and displays top links
*/