This commit is contained in:
Michal Čihař
2005-12-08 16:06:50 +00:00
parent d12b802997
commit d9f741c9cb
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ $Source$
* tbl_change.php: Fix XHTML and thus action selection behavior (bug
#1376391).
* lang/czech: Fix typo.
* tbl_select.php: Fix XHTML.
2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/tbl_move_copy.php: added PMA_table_rename()

View File

@@ -122,7 +122,7 @@ while (list($operator) = each($GLOBALS['cfg']['UnaryOperators'])) {
<fieldset id="fieldset_select_fields">
<legend><?php echo $strSelectFields; ?></legend>
<select name="param[]" size="<?php echo min($fields_cnt, 10); ?>"
multiple="multiple" align="left">
multiple="multiple">
<?php
// Displays the list of the fields
foreach ( $fields_list as $each_field ) {