From bf5ab6b7dd14fc36d2eeca5d46afdde9d0d77d8c Mon Sep 17 00:00:00 2001 From: ma0048 Date: Tue, 5 May 2026 15:19:57 +0200 Subject: [PATCH] nur prestudent mit dem bewerber status beruecksichtigen --- include/pruefling.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pruefling.class.php b/include/pruefling.class.php index 1f2e05785..698624c73 100644 --- a/include/pruefling.class.php +++ b/include/pruefling.class.php @@ -607,6 +607,7 @@ class pruefling extends basis_db WHERE tbl_rt_person.person_id = " . $this->db_add_param($person_id) . " AND tbl_rt_person.rt_id = " . $this->db_add_param($reihungstest_id) . " AND tbl_prestudent.prestudent_id != " . $this->db_add_param($prestudent_id) . " + AND get_rolle_prestudent(tbl_prestudent.prestudent_id, NULL) = 'Bewerber' LIMIT 1"; if($result = $this->db_query($qry))