mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
insertvon entfernt
This commit is contained in:
@@ -28,9 +28,7 @@
|
||||
setTimeout(function () {
|
||||
if (!proctoringOK)
|
||||
{
|
||||
console.warn("Constructor nicht aktiv!")
|
||||
//TODO einkommentieren
|
||||
//top.location.href='resetconnection.php';
|
||||
top.location.href='resetconnection.php';
|
||||
}
|
||||
}, 1000);
|
||||
})();
|
||||
@@ -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))
|
||||
{
|
||||
|
||||
@@ -19,7 +19,6 @@ if(!$result = @$db->db_query("SELECT 1 FROM testtool.tbl_externe_ueberwachung LI
|
||||
prestudent_id INTEGER NOT NULL,
|
||||
session_id UUID NOT NULL,
|
||||
insertamum TIMESTAMP DEFAULT NOW(),
|
||||
insertvon VARCHAR(32) NOT NULL,
|
||||
CONSTRAINT tbl_externe_ueberwachung_pk PRIMARY KEY(externe_ueberwachung_id)
|
||||
);
|
||||
CREATE SEQUENCE testtool.tbl_externe_ueberwachungg_id_seq
|
||||
|
||||
Reference in New Issue
Block a user