From d430bb21ddc84bae8ac88c8a614c4fd6deac0ad9 Mon Sep 17 00:00:00 2001 From: lorilee Date: Wed, 9 Jun 2010 21:42:18 -0400 Subject: [PATCH] Included import.js --- db_import.php | 2 ++ server_import.php | 2 ++ tbl_import.php | 2 ++ 3 files changed, 6 insertions(+) diff --git a/db_import.php b/db_import.php index bdcd5d698..6e8e554ac 100644 --- a/db_import.php +++ b/db_import.php @@ -11,6 +11,8 @@ */ require_once './libraries/common.inc.php'; +$GLOBALS['js_include'][] = 'import.js'; + /** * Gets tables informations and displays top links */ diff --git a/server_import.php b/server_import.php index d0ec6872f..bbd6cf7f1 100644 --- a/server_import.php +++ b/server_import.php @@ -11,6 +11,8 @@ */ require_once './libraries/common.inc.php'; +$GLOBALS['js_include'][] = 'import.js'; + /** * Does the common work */ diff --git a/tbl_import.php b/tbl_import.php index a0500fd07..e5fcc9f11 100644 --- a/tbl_import.php +++ b/tbl_import.php @@ -11,6 +11,8 @@ */ require_once './libraries/common.inc.php'; +$GLOBALS['js_include'][] = 'import.js'; + /** * Gets tables informations and displays top links */