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');