Merge branch 'fronkdev' into 'master'

Removed debugging

See merge request fronk/thetool!973
This commit is contained in:
Frank Schubert
2025-01-30 19:53:59 +00:00

View File

@@ -186,7 +186,6 @@ class mfBaseModel {
} else {
if($this->db->insert($this->table, $fields, $forcestr)) {
$id = $this->db->insert_id;
var_dump($id);
$this->id = $id;
$this->saved++;
if(method_exists($this, "afterSave")) {