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)