diff --git a/ChangeLog b/ChangeLog index bc6320742..43ea07d8b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2001-09-01 Loïc Chapeaux * db_stat.php3: cleaned and improved the code. * header.php3: cosmetic change. + * db_create.php3, line9; db_readdump.php3, line 135: fixed a js error. 2001-08-31 Marc Delisle * lang/norwegian.inc.php3 other updates, thanks to Sven-Erik Andersen. diff --git a/db_create.php3 b/db_create.php3 index 99ed47991..a48736a73 100755 --- a/db_create.php3 +++ b/db_create.php3 @@ -6,6 +6,7 @@ * Gets some core libraries */ require('./grab_globals.inc.php3'); +$js_to_run = 'functions.js'; require('./header.inc.php3'); diff --git a/db_readdump.php3 b/db_readdump.php3 index 1cc5dbc3c..5e1ed7c17 100755 --- a/db_readdump.php3 +++ b/db_readdump.php3 @@ -132,6 +132,7 @@ if ($sql_query != '') { /** * Go back to the calling script */ +$js_to_run = 'functions.js'; require('./header.inc.php3'); if (isset($my_die)) { mysql_die('', $my_die);