mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
Gradelist
- added additional Informations for courses - only display courses where the person is assigned to - added SWS Sum - Improved Multilanguage support
This commit is contained in:
@@ -37,7 +37,9 @@ class StudienplanLib
|
||||
'pflicht' => $row->pflicht,
|
||||
'zeugnis' => $row->zeugnis,
|
||||
'bezeichnung' => $row->bezeichnung,
|
||||
'ects' => $row->ects
|
||||
'kurzbz' => $row->kurzbz,
|
||||
'ects' => $row->ects,
|
||||
'semester' => $row->semester
|
||||
);
|
||||
$childs = $this->getChildElements($row->studienplan_lehrveranstaltung_id);
|
||||
if(is_array($childs) && count($childs) > 0)
|
||||
@@ -65,7 +67,9 @@ class StudienplanLib
|
||||
'pflicht' => $row->pflicht,
|
||||
'zeugnis' => $row->zeugnis,
|
||||
'bezeichnung' => $row->bezeichnung,
|
||||
'ects' => $row->ects
|
||||
'kurzbz' => $row->kurzbz,
|
||||
'ects' => $row->ects,
|
||||
'semester' => $row->semester
|
||||
);
|
||||
$childs = $this->getChildElements($row->studienplan_lehrveranstaltung_id);
|
||||
if(is_array($childs))
|
||||
|
||||
Reference in New Issue
Block a user