Merge branch 'QA_4_4'

This commit is contained in:
Madhura Jayaratne 2015-03-20 11:09:48 +05:30
commit 7305e908fb
2 changed files with 2 additions and 1 deletions

View File

@ -80,6 +80,7 @@ explanation
- bug #4798 Missing column when exporting in sql
- bug #4810 Broken find and replace
- bug #4804 Undefined Index after export schema
- bug #4802 Changelog page is not working
4.3.12.0 (2015-03-14)
- bug #4746 Right-aligned columns have left-aligned header

View File

@ -424,7 +424,7 @@ PMA_printListItem(
PMA_printListItem(
__('List of changes'),
'li_pma_changes',
PMA_linkURL('changelog.php'),
'changelog.php' . PMA_URL_getCommon(),
null,
'_blank'
);