mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
cis4 abgabetool student uploads/signature check/emails working; TODO: - testing with diff users, styling & mobile layout;
This commit is contained in:
@@ -30,4 +30,16 @@ class Paabgabe_model extends DB_Model
|
||||
|
||||
return $this->execQuery($qry, array($projektarbeit_id));
|
||||
}
|
||||
|
||||
public function updatePaabgabe($paabgabe_id) {
|
||||
$qry="
|
||||
UPDATE campus.tbl_paabgabe SET
|
||||
abgabedatum = now(),
|
||||
updatevon = ?,
|
||||
updateamum = now()
|
||||
WHERE paabgabe_id= ?";
|
||||
|
||||
return $this->execQuery($qry, array(getAuthUID(), $paabgabe_id));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user