diff --git a/tbl_create.php b/tbl_create.php index a35a1196e..a8404fae2 100644 --- a/tbl_create.php +++ b/tbl_create.php @@ -259,6 +259,7 @@ if (isset($_REQUEST['do_save_data'])) { // to prevent total loss of that data, we embed the form once again. // The variable $regenerate will be used to restore data in libraries/tbl_properties.inc.php $num_fields = $_REQUEST['orig_num_fields']; + $regenerate = true; } } // end do create table