patch registry

mailling@bigfoot.com mailling@bigfoot.com
Mon, 30 Jul 2001 14:11:17 -0500


that is a change for importConfig method. That would allow to import 
different configs, without removing old ones.

532c532,536
<         $conf = array();
---
 >         global $conf;
 >
 >           if (!isset($conf))
 >               $conf = array();
 >