From 3748d1d206e3749f9b7a568ed9f61b326e8c56ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 12 May 2014 12:21:10 +0000 Subject: [PATCH] Korrekte Anzeige der Matrikelnummer bei Auswahl eines Verbands --- rdf/student.rdf.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rdf/student.rdf.php b/rdf/student.rdf.php index 5f47ece4d..f99f85225 100644 --- a/rdf/student.rdf.php +++ b/rdf/student.rdf.php @@ -177,6 +177,7 @@ function draw_content_liste($row) rt_punkte3.']]> dual=='t'?'true':'false').']]> dual=='t'?'Ja':'Nein').']]> + matr_nr.']]> '; } @@ -406,7 +407,7 @@ if($xmlformat=='rdf') (SELECT rt_punkte1 as punkte FROM public.tbl_prestudent WHERE prestudent_id=tbl_student.prestudent_id) as rt_punkte1, (SELECT rt_punkte2 as punkte FROM public.tbl_prestudent WHERE prestudent_id=tbl_student.prestudent_id) as rt_punkte2, (SELECT rt_punkte3 as punkte FROM public.tbl_prestudent WHERE prestudent_id=tbl_student.prestudent_id) as rt_punkte3, - tbl_prestudent.dual as dual + tbl_prestudent.dual as dual, p.matr_nr FROM public.tbl_student JOIN public.tbl_benutzer ON (student_uid=uid) JOIN public.tbl_person p USING (person_id) JOIN public.tbl_prestudent USING(prestudent_id) "; if($gruppe_kurzbz!=null)