Skip to content

Commit

Permalink
Merge branch 'QA_4_1'
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Jan 9, 2014
2 parents f1bc750 + 7831078 commit 26702fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -20,6 +20,7 @@ phpMyAdmin - ChangeLog
- bug #3780 Allow aborting loading pages
- bug #4223 Database list: Create database misses collation column
- bug #4224 Empty table names when a table is "inuse"
- bug #4225 Partition maintenance broken

4.1.4.0 (2014-01-07)
- bug #3840 (additional fix) When exporting to gzip format, the data is compressed 2 times
Expand Down
4 changes: 2 additions & 2 deletions libraries/operations.lib.php
Expand Up @@ -1339,8 +1339,8 @@ function PMA_getHtmlForPartitionMaintenance($partition_names, $url_params)

$html_output .= '</fieldset>'
. '<fieldset class="tblFooters">'
. '<input type="submit" name="submit_partition" '
. 'value="' . __('Go') . '" />'
. '<input type="hidden" name="submit_partition" value="1">'
. '<input type="submit" value="' . __('Go') . '" />'
. '</fieldset>'
. '</form>'
. '</div>';
Expand Down

0 comments on commit 26702fc

Please sign in to comment.