phpmyadmin/libraries/classes/Config/Settings
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
..
Console.php
Debug.php
Export.php Fix column names option for CSV Export 2022-11-25 21:15:49 +01:00
Import.php
Schema.php
Server.php
SqlQueryBox.php
Transformations.php