ftimme
2013-08-08 d650ddab9042273e569ee4dc13e78d86c4488d83
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;
     $this->query("UPDATE sys_datalog set error = '".$this->quote($errormsg)."' WHERE datalog_id = ".$app->modules->current_datalog_id);
      return true;
    }
    public function freeResult($query)