mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
added Studienkennung Uni to table in gsprogramm vilesci gui
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user