fixed a js error

This commit is contained in:
Loïc Chapeaux
2001-09-02 13:12:20 +00:00
parent c512cc8d68
commit eefdfed878

View File

@@ -6,6 +6,9 @@
* Get some core libraries
*/
require('./grab_globals.inc.php3');
if (isset($submit)) {
$js_to_run = 'functions.js';
}
require('./header.inc.php3');