wyrie
2009-12-17 fcc69847d167aab1d3c40a094a6ca1a21147055a
server/lib/classes/db_mysql.inc.php
@@ -59,8 +59,8 @@
      function updateError($location)
      {
         global $app;
         $this->errorNumber = mysql_errno();
         $this->errorMessage = mysql_error();
         $this->errorNumber = mysql_errno($this->linkId);
         $this->errorMessage = mysql_error($this->linkId);
         $this->errorLocation = $location;
         if($this->errorNumber && $this->show_error_messages && method_exists($app,'log'))
         {
@@ -189,7 +189,8 @@
      return $out;
      }
       
       /*
      //* These functions are deprecated and will be removed.
       function insert($tablename,$form,$debug = 0)
       {
         if(is_array($form)){
@@ -224,6 +225,7 @@
             if($debug == 1) echo "mySQL Error Message: ".$this->errorMessage;
           }
       }
      */
       
       public function closeConn()
       {