Hi
On Friday 02 December 2005 20:43, Marc Delisle wrote:
For 2.7.1, there is at least one case where I cannot just reemploy my previous version of config.inc.php.
Those new lines $cfg['Export']['file_template_table'] = '__TABLE__'; $cfg['Export']['file_template_database'] = '__DB__'; $cfg['Export']['file_template_server'] = '__SERVER__';
present in config.default.php are not used, if I have a config.inc.php with some other $cfg['Export'] parameters.
This is same for all arrays in config, I don't know how Sebastian wanted to solve this, however there is still my quick solution to fix not working configuration using array_merge which fails in such cases.