moglia
2009-08-10 0bdf6b8e4ef55ff1508dc63bbc0302c9dc3c0eae
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'))
         {