[Phpmyadmin-devel] problem with PMA_array_merge_recursive()
Marc Delisle
Marc.Delisle at cegepsherbrooke.qc.ca
Thu Jan 5 11:40:47 CET 2006
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
More information about the Developers
mailing list