tbrehm
2007-08-11 63e63f6838d2e516618e20b1e1a5b12766234b07
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');