#4939 Connection input field not hidden when adding a new table
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
023b9c688c
commit
532004654c
@ -1,6 +1,6 @@
|
||||
<form method="post"
|
||||
action="<?php echo $action; ?>"
|
||||
class="<?php echo ($action == 'tbl_create.php' ? 'create_table' : 'append_fields'); ?> _form ajax lock-page">
|
||||
class="<?php echo ($action == 'tbl_create.php' ? 'create_table' : 'append_fields'); ?>_form ajax lock-page">
|
||||
<?php echo PMA_URL_getHiddenInputs($form_params); ?>
|
||||
<input type="hidden"
|
||||
name="primary_indexes"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user