mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
fixes for addon studiengangsverwaltung
This commit is contained in:
@@ -416,4 +416,17 @@ class reihungstest extends basis_db
|
||||
|
||||
return $obj->anzahl;
|
||||
}
|
||||
|
||||
public function delete($reihungstest_id)
|
||||
{
|
||||
$qry = "DELETE from public.tbl_reihungstest WHERE reihungstest_id=".$this->db_add_param($reihungstest_id);
|
||||
|
||||
if(!$this->db_query($qry))
|
||||
{
|
||||
$this->errormsg = 'Fehler beim Löschen der Daten';
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user