fixed a js error

This commit is contained in:
Loïc Chapeaux
2001-09-01 14:44:32 +00:00
parent 0e7f140c2c
commit 7d4f60abb6
3 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2001-09-01 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2001-09-01 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* db_stat.php3: cleaned and improved the code. * db_stat.php3: cleaned and improved the code.
* header.php3: cosmetic change. * header.php3: cosmetic change.
* db_create.php3, line9; db_readdump.php3, line 135: fixed a js error.
2001-08-31 Marc Delisle <lem9@users.sourceforge.net> 2001-08-31 Marc Delisle <lem9@users.sourceforge.net>
* lang/norwegian.inc.php3 other updates, thanks to Sven-Erik Andersen. * lang/norwegian.inc.php3 other updates, thanks to Sven-Erik Andersen.

View File

@@ -6,6 +6,7 @@
* Gets some core libraries * Gets some core libraries
*/ */
require('./grab_globals.inc.php3'); require('./grab_globals.inc.php3');
$js_to_run = 'functions.js';
require('./header.inc.php3'); require('./header.inc.php3');

View File

@@ -132,6 +132,7 @@ if ($sql_query != '') {
/** /**
* Go back to the calling script * Go back to the calling script
*/ */
$js_to_run = 'functions.js';
require('./header.inc.php3'); require('./header.inc.php3');
if (isset($my_die)) { if (isset($my_die)) {
mysql_die('', $my_die); mysql_die('', $my_die);