fixed a js error

This commit is contained in:
Loïc Chapeaux
2001-09-02 22:31:06 +00:00
parent bdc6c87e4c
commit 6b6ced94c1
2 changed files with 2 additions and 0 deletions

View File

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

View File

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