diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php index 43b4fe027..5a46415b9 100644 --- a/libraries/tbl_properties.inc.php +++ b/libraries/tbl_properties.inc.php @@ -45,7 +45,6 @@ if ('horizontal' == $display_type) { $_form_params = array( 'db' => $db, - 'table' => $table, ); if ($action == 'tbl_create.php') { @@ -53,6 +52,7 @@ if ($action == 'tbl_create.php') { } elseif ($action == 'tbl_addfield.php') { $_form_params['field_where'] = $_REQUEST['field_where']; $_form_params['after_field'] = $_REQUEST['after_field']; + $_form_params['table'] = $table; } if (isset($num_fields)) { @@ -609,6 +609,21 @@ document.onkeydown = onKeyDownArrowsHandler; +
: | +
---|
+ | +