pedro_morgan
2007-08-19 b0a1cc4ca5fc5d3811c86d238a0f08600a86604d
install/lib/installer_base.lib.php
@@ -33,13 +33,14 @@
   var $wb = array();
   var $language = 'en';
   var $db;
   private $conf;
   /*
   
   */
    function contstruct()
    function __construct()
    {
        die('ere');
        global $conf; //TODO: maybe $conf  should be passed to constructor
        $this->conf = $conf;
    }