diff --git a/content/ToDo_FASo.html b/content/ToDo_FASo.html index c0bc91be5..4df16fb4a 100644 --- a/content/ToDo_FASo.html +++ b/content/ToDo_FASo.html @@ -121,11 +121,9 @@ sichtbar.(CIS)
| Student | +Typ | +Titel | +Betreuer | +Beginn | +Ende | +Gesamtnote | "; +echo "
|---|---|---|---|---|---|---|
| $student->nachname $student->vorname $student->titelpre $student->titelpost | "; + echo "$row->projekttyp_kurzbz | "; + echo "$row->titel | "; + + echo '';
+ $qry = "SELECT distinct vorname, nachname, titelpre, titelpost FROM public.tbl_person JOIN lehre.tbl_projektbetreuer USING(person_id) WHERE projektarbeit_id='".$row->projektarbeit_id."'";
+ if($result_betreuer = pg_query($conn, $qry))
+ {
+ while($row_betreuer = pg_fetch_object($result_betreuer))
+ {
+ echo trim($row_betreuer->titelpre.' '.$row_betreuer->vorname.' '.$row_betreuer->nachname.' '.$row_betreuer->titelpost);
+ echo ' '; + } + } + + echo " | ";
+
+ echo "$row->beginn | "; + echo "$row->ende | "; + echo ""; + echo ""; + echo " | "; + + echo "