diff --git a/content/statistik/studentenexport.xls.php b/content/statistik/studentenexport.xls.php index 71479ac1d..09c2dadd0 100644 --- a/content/statistik/studentenexport.xls.php +++ b/content/statistik/studentenexport.xls.php @@ -113,6 +113,8 @@ loadVariables($user); $maxlength[$i]=6; $worksheet->write($zeile,++$i,"GEBURTSDATUM", $format_bold); $maxlength[$i]=12; + $worksheet->write($zeile,++$i,"GEBURTSORT", $format_bold); + $maxlength[$i]=12; $worksheet->write($zeile,++$i,"PERSONENKENNZEICHEN", $format_bold); $maxlength[$i]=19; $worksheet->write($zeile,++$i,"STAATSBÜRGERSCHAFT", $format_bold); @@ -300,6 +302,12 @@ loadVariables($user); $worksheet->write($zeile,$i, $datum_obj->convertISODate($row->gebdatum)); $i++; + //Geburtsort + if(mb_strlen($row->gebort)>$maxlength[$i]) + $maxlength[$i] = mb_strlen($row->gebort); + $worksheet->write($zeile,$i,$row->gebort); + $i++; + //Personenkennzeichen if(isset($row->matrikelnr)) {