From 247418cbf70e3d0e7495feaba9e3e255082138d5 Mon Sep 17 00:00:00 2001 From: Andreas Oesterreicher Date: Thu, 31 Aug 2017 10:28:22 +0200 Subject: [PATCH] =?UTF-8?q?Problem=20behoben=20wodurch=20der=20Login=20zum?= =?UTF-8?q?=20Reihungstest=20nicht=20m=C3=B6glich=20ist=20wenn=20das=20Sem?= =?UTF-8?q?ester=20bereits=20gestartet=20hat=20f=C3=BCr=20das=20sich=20der?= =?UTF-8?q?=20Bewerber=20beworben=20hat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/prestudent.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/prestudent.class.php b/include/prestudent.class.php index 4dcc1945f..b1bb105f0 100755 --- a/include/prestudent.class.php +++ b/include/prestudent.class.php @@ -386,7 +386,7 @@ class prestudent extends person tbl_reihungstest.datum='.$this->db_add_param($datum).' AND tbl_rt_person.studienplan_id IN (SELECT studienplan_id FROM public.tbl_prestudentstatus WHERE prestudent_id=tbl_prestudent.prestudent_id) AND EXISTS(SELECT * FROM public.tbl_prestudentstatus JOIN public.tbl_studiensemester USING(studiensemester_kurzbz) - WHERE prestudent_id=tbl_prestudent.prestudent_id AND tbl_studiensemester.start>'.$this->db_add_param($datum).') + WHERE prestudent_id=tbl_prestudent.prestudent_id AND tbl_studiensemester.ende>'.$this->db_add_param($datum).') ) a ORDER BY nachname,vorname';