$regenerate got lost ... somehow

This commit is contained in:
Sebastian Mendel
2008-05-07 14:00:07 +00:00
parent 38160f9932
commit 7f8671a9e3

View File

@@ -259,6 +259,7 @@ if (isset($_REQUEST['do_save_data'])) {
// to prevent total loss of that data, we embed the form once again. // 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 // The variable $regenerate will be used to restore data in libraries/tbl_properties.inc.php
$num_fields = $_REQUEST['orig_num_fields']; $num_fields = $_REQUEST['orig_num_fields'];
$regenerate = true;
} }
} // end do create table } // end do create table