#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:
Madhura Jayaratne 2015-06-02 18:31:37 +05:30
parent 023b9c688c
commit 532004654c

View File

@ -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"