----- Original Message ----- From: "Marc Delisle" DelislMa@CollegeSherbrooke.qc.ca
Should we really support the old config file format?
common.lib.php3 would get really big if we did so... I'd like to create a new file that would be included this way:
if (!isset($cfg)) require('config_import.lib.php3');
I could put all the old backwards compatibility code here. imho we should support the old file format because the difference between the old and the new format isn't that big.
Alexander