mcramer
2013-08-22 c5a0e11f5a3b5c3027e42e119888dae7d152e8b2
server/lib/classes/db_mysql.inc.php
@@ -373,6 +373,15 @@
      return true;
    }
   //** Deletes a record and saves the changes into the datalog
    public function datalogError($errormsg) {
      global $app;
     if(isset($app->modules->current_datalog_id) && $app->modules->current_datalog_id > 0) $this->query("UPDATE sys_datalog set error = '".$this->quote($errormsg)."' WHERE datalog_id = ".$app->modules->current_datalog_id);
      return true;
    }
    public function freeResult($query)