tbrehm
2007-08-11 239ce82f07a17a0214db0198d5fcb26e2683d89d
install/lib/mysql.lib.php
@@ -73,6 +73,7 @@
         if($this->linkId == 0)
         {
            $this->linkId = mysql_connect($this->dbHost, $this->dbUser, $this->dbPass);
            if(!$this->linkId)
            {
               $this->updateError('DB::connect()<br />mysql_connect');