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:
authorRouslan Placella <rouslan@placella.com>2012-05-24 00:25:48 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:02 +0400
commit4a740376c89755698ae5fac3746eb57ba07142ae (patch)
treeb33aa2a42117a87d24f145080d3f9a8887a0e21e /tbl_import.php
parent97449dae42a11cfa7f4571aaadeab3fefc30acf7 (diff)
Dropped header.inc.php in favor of the PMA_Header class
Diffstat (limited to 'tbl_import.php')
-rw-r--r--tbl_import.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbl_import.php b/tbl_import.php
index abe6f10a1c..31fa9fcae5 100644
--- a/tbl_import.php
+++ b/tbl_import.php
@@ -10,7 +10,8 @@
*/
require_once 'libraries/common.inc.php';
-$GLOBALS['js_include'][] = 'import.js';
+$scripts = PMA_Header::getInstance()->getScripts();
+$scripts->addFile('import.js');
/**
* Gets tables informations and displays top links