mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
CodestyleFix
This commit is contained in:
@@ -2594,9 +2594,11 @@ if($reihungstest_id!='')
|
|||||||
JOIN public.tbl_person USING (person_id)
|
JOIN public.tbl_person USING (person_id)
|
||||||
JOIN public.tbl_prestudent ON (tbl_rt_person.person_id=tbl_prestudent.person_id)
|
JOIN public.tbl_prestudent ON (tbl_rt_person.person_id=tbl_prestudent.person_id)
|
||||||
WHERE
|
WHERE
|
||||||
rt_id = ".$db->db_add_param($reihungstest_id, FHC_INTEGER);
|
rt_id = ".$db->db_add_param($reihungstest_id, FHC_INTEGER)."
|
||||||
|
AND tbl_rt_person.studienplan_id IN (
|
||||||
$qry .= " AND tbl_rt_person.studienplan_id IN(SELECT studienplan_id FROM public.tbl_prestudentstatus where prestudent_id=tbl_prestudent.prestudent_id)
|
SELECT studienplan_id
|
||||||
|
FROM public.tbl_prestudentstatus
|
||||||
|
WHERE prestudent_id=tbl_prestudent.prestudent_id)
|
||||||
ORDER BY ort_kurzbz NULLS FIRST,nachname,vorname";
|
ORDER BY ort_kurzbz NULLS FIRST,nachname,vorname";
|
||||||
|
|
||||||
$mailto = '';
|
$mailto = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user