phpmyadmin/libraries/classes/Config
Scott Mcgowan 6fc1401ee2
Fix column names option for CSV Export
Previously work was done to enable column names in CSV exports by
default. This change actually ended up overwriting the column name value
so that column names were included in all exports regardless of whether
or not the property was disabled. This commit changes the default for
column names to enabled as the original change intended, and removes
the property overwrite.

Signed-off-by: Scott McGowan mcgowanscott16@gmail.com
2022-11-25 21:15:49 +01:00
..
Forms Add bool return type where possible 2021-09-14 20:11:51 -03:00
Settings Fix column names option for CSV Export 2022-11-25 21:15:49 +01:00
ConfigFile.php Refactor flattenArray into getFlatArray in ConfigFile 2021-12-07 19:38:37 +00:00
Descriptions.php Allow removing DEFINER clause from exported SQL 2022-03-10 13:32:04 +00:00
Form.php Add void return type where possible 2021-09-13 15:29:11 -03:00
FormDisplay.php Use array_keys whenever only keys are needed in foreach 2021-11-29 20:37:39 +00:00
FormDisplayTemplate.php Fix bbcode not rendered for error messages on setup 2021-10-27 14:39:27 -03:00
PageSettings.php Remove useless string concatenations 2021-09-27 21:40:22 -03:00
ServerConfigChecks.php Update setup page to generate better blowfish_secret keys 2022-09-26 17:33:38 -03:00
Settings.php Update the docs to reflect the blowfish_secret changes 2022-09-26 17:34:13 -03:00
SpecialSchemaLinks.php Fix 2022-10-29 16:09:09 +02:00
Validator.php Merge branch 'QA_5_1' 2021-10-27 15:04:40 -03:00