diff --git a/content/statistik/termine.xls.php b/content/statistik/termine.xls.php index 728864762..321ceb341 100644 --- a/content/statistik/termine.xls.php +++ b/content/statistik/termine.xls.php @@ -97,7 +97,7 @@ $lehrstunde->getStundenplanData($db_stpl_table, $lehrveranstaltung_id, $variable $format_title->setAlign('merge'); //Zeilenueberschriften ausgeben - $headline=array('Datum','Von','Bis','Ort','Lektoren','Gruppen','Lehrfach','StundeVon','StundeBis'); + $headline=array('Datum','Von','Bis','Ort','Lektoren','Gruppen','Lehrfach','Anmerkung','StundeVon','StundeBis'); $i=0; foreach ($headline as $title) @@ -133,6 +133,7 @@ $lehrstunde->getStundenplanData($db_stpl_table, $lehrveranstaltung_id, $variable writecol($zeile, $i++, $lektoren); writecol($zeile, $i++, implode(',',$row->gruppen)); writecol($zeile, $i++, $row->lehrfach_bezeichnung); + writecol($zeile, $i++, implode(',',$row->titel)); writecol($zeile, $i++, $row->stundevon); writecol($zeile, $i++, $row->stundebis); diff --git a/content/termine.xul.php b/content/termine.xul.php index 528c030e6..839adf111 100644 --- a/content/termine.xul.php +++ b/content/termine.xul.php @@ -105,6 +105,10 @@ $student_uid = filter_input(INPUT_GET,'student_uid'); class="sortDirectionIndicator" sort="rdf:http://www.technikum-wien.at/termine/rdf#anwesend" onclick="termineTreeSort()"/> +