
5 Jan
2006
5 Jan
'06
12:40 p.m.
Hi, can someone have a look at this, as I'm not familiar with this function. Here is my problem: in config.default.php we have $cfg['ForeignKeyDropdownOrder'] = array( 'content-id', 'id-content'); If in config.inc.php I put $cfg['ForeignKeyDropdownOrder'] = array( 'content-id'); the effective $cfg['ForeignKeyDropdownOrder'] after the merge contains 2 values and not just one are I configured. This problem can potentially happen with any directive containing an array. Marc