added Studienkennung Uni to table in gsprogramm vilesci gui

This commit is contained in:
KarpAlex
2022-08-27 01:44:37 +02:00
parent 80e15b9448
commit 8dd7f72e37
+2
View File
@@ -125,6 +125,7 @@ echo '
<th>Bezeichnung</th>
<th>Programmcode</th>
<th>Typ</th>
<th>Studienkennung Uni</th>
</thead>
<tbody>
';
@@ -144,6 +145,7 @@ echo '
<td>'.$row->bezeichnung.'</td>
<td>'.$row->programm_code.'</td>
<td>'.(isset($typ_arr[$row->gsprogrammtyp_kurzbz])?$typ_arr[$row->gsprogrammtyp_kurzbz]:$row->gsprogrammtyp_kurzbz).'</td>
<td>'.$row->studienkennung_uni.'</td>
</tr>';
}