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 /db_import.php
parente1f319eef175d23474ca82455c761f8ecffca741 (diff)
parent7be82362080f862de054c85646fb54b3bf6402b9 (diff)
Merge conflict resolved for Lori's tree merge to main
Diffstat (limited to 'db_import.php')
-rwxr-xr-xdb_import.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/db_import.php b/db_import.php
index 73ba817fa7..f39f7c8cf7 100755
--- a/db_import.php
+++ b/db_import.php
@@ -10,6 +10,8 @@
*/
require_once './libraries/common.inc.php';
+$GLOBALS['js_include'][] = 'import.js';
+
/**
* Gets tables informations and displays top links
*/