$reload has now true boolean values

This commit is contained in:
Loïc Chapeaux
2001-09-07 19:42:41 +00:00
parent aa02f1eb70
commit 0ac430fd27
4 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
<?php
if ($action == 'tbl_create.php3') {
?>
<input type="hidden" name="reload" value="true" />
<input type="hidden" name="reload" value="1" />
<?php
}
else if ($action == 'tbl_addfield.php3') {