From eefdfed878139991b0d6c133e3710a8ddc51a38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 2 Sep 2001 13:12:20 +0000 Subject: [PATCH] fixed a js error --- tbl_addfield.php3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tbl_addfield.php3 b/tbl_addfield.php3 index 7cbac09d8..4a2571f12 100755 --- a/tbl_addfield.php3 +++ b/tbl_addfield.php3 @@ -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');