Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7

This commit is contained in:
Weblate 2017-03-08 15:42:14 +01:00
commit 673e6cf567
3 changed files with 3 additions and 2 deletions

View File

@ -95,6 +95,7 @@ phpMyAdmin - ChangeLog
- issue #13028 Always show 100% in font selector
- issue #13047 Fix query simulating for more servers
- issue #12846 Fix new version check for sites with wrongly configured curl
- issue #12951 When exporting to Excel, the default is now to include column names in the first row
4.6.6 (2017-01-23)
- issue #12759 Fix Notice regarding 'Undefined index: old_usergroup'

View File

@ -1662,7 +1662,7 @@ $cfg['Export']['csv_removeCRLF'] = false;
*
* @global boolean $cfg['Export']['excel_columns']
*/
$cfg['Export']['excel_columns'] = false;
$cfg['Export']['excel_columns'] = true;
/**
*

View File

@ -44,7 +44,7 @@ class Container
* Get an object with given name and parameters
*
* @param string $name Name
* @param array $params Paramters
* @param array $params Parameters
*
* @return mixed
*/