From 6b6ced94c1c813b9d4e15e30c04e1015712fce20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 2 Sep 2001 22:31:06 +0000 Subject: [PATCH] fixed a js error --- tbl_copy.php3 | 1 + tbl_rename.php3 | 1 + 2 files changed, 2 insertions(+) diff --git a/tbl_copy.php3 b/tbl_copy.php3 index 2924ba7b7..63c5836f5 100755 --- a/tbl_copy.php3 +++ b/tbl_copy.php3 @@ -28,6 +28,7 @@ function my_handler($sql_insert = '') * Gets some core libraries */ require('./grab_globals.inc.php3'); +$js_to_run = 'functions.js'; require('./header.inc.php3'); diff --git a/tbl_rename.php3 b/tbl_rename.php3 index 9c8406483..e70259499 100755 --- a/tbl_rename.php3 +++ b/tbl_rename.php3 @@ -6,6 +6,7 @@ * Gets some core libraries */ require('./grab_globals.inc.php3'); +$js_to_run = 'functions.js'; require('./lib.inc.php3');