tbrehm
2007-08-19 f88d3fe4a197d0df4b6b8d038c40c48e62cb1426
install/lib/mysql.lib.php
@@ -48,10 +48,10 @@
      {
         
         global $conf;
         $this->dbHost = $conf["mysql_server_host"];
         //$this->dbName = $conf["mysql_server_database"];
         $this->dbUser = $conf["mysql_server_admin_user"];
         $this->dbPass = $conf["mysql_server_admin_password"];
         $this->dbHost = $conf["mysql"]["host"];
         //$this->dbName = $conf["mysql"]["database"];
         $this->dbUser = $conf["mysql"]["admin_user"];
         $this->dbPass = $conf["mysql"]["admin_password"];
         //$this->connect();
      }
@@ -496,4 +496,4 @@
      
   }
?>
?>