insertvon entfernt

This commit is contained in:
ma0048
2025-12-15 12:27:17 +01:00
parent df639c8b07
commit 5a77478071
3 changed files with 3 additions and 7 deletions
+2 -3
View File
@@ -53,11 +53,10 @@ class externeUeberwachung extends basis_db
$uuid = $this->genereateUUID();
$qry = "INSERT INTO testtool.tbl_externe_ueberwachung (prestudent_id, session_id, insertvon)
$qry = "INSERT INTO testtool.tbl_externe_ueberwachung (prestudent_id, session_id)
VALUES (".
$this->db_add_param($prestudent_id).",".
$this->db_add_param($uuid).",".
$this->db_add_param(get_uid()).")";
$this->db_add_param($uuid).")";
if($this->db_query($qry))
{