manually triggering of updateTag

This commit is contained in:
ma0068
2026-04-28 16:24:30 +02:00
parent e856c8ad6b
commit 21eb95bb23
12 changed files with 158 additions and 104 deletions
@@ -353,7 +353,7 @@ class Benutzerfunktion_model extends DB_Model
public function isJgv($semester, $prestudent_id)
{
$query = "
SELECT *
SELECT ps.prestudent_id, ss.start as von, ss.ende as bis
FROM public.tbl_benutzerfunktion bf
JOIN public.tbl_benutzer bn USING (uid)
JOIN public.tbl_prestudent ps USING (person_id)