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:
authorninadsp <ninadsp16289@gmail.com>2010-08-22 11:12:54 +0400
committerninadsp <ninadsp16289@gmail.com>2010-08-22 11:12:54 +0400
commitc9253c0a0ed223ebeba21b25a16391a4acd611cf (patch)
tree5f593a7e32b38540ba4c5493637b95689702e964 /tbl_export.php
parente1f319eef175d23474ca82455c761f8ecffca741 (diff)
parent7be82362080f862de054c85646fb54b3bf6402b9 (diff)
Merge conflict resolved for Lori's tree merge to main
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
*/