From 04982a200032644d0ebcd7530040f78a32b78440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Tue, 4 Sep 2001 18:25:40 +0000 Subject: [PATCH] fixed a js error (bug #458464) --- tbl_create.php3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tbl_create.php3 b/tbl_create.php3 index 0afc81ef6..90a83ce9f 100755 --- a/tbl_create.php3 +++ b/tbl_create.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');