Do not fail on editing existing table.

This commit is contained in:
Michal Čihař
2010-01-22 16:44:32 +00:00
parent 6d947f20b3
commit 0051be2540

View File

@@ -53,6 +53,8 @@ if ($action == 'tbl_create.php') {
$_form_params['field_where'] = $_REQUEST['field_where'];
$_form_params['after_field'] = $_REQUEST['after_field'];
$_form_params['table'] = $table;
} else {
$_form_params['table'] = $table;
}
if (isset($num_fields)) {