diff --git a/content/statistik/studentenexport.xls.php b/content/statistik/studentenexport.xls.php index 81056404c..cdc5d2cc2 100755 --- a/content/statistik/studentenexport.xls.php +++ b/content/statistik/studentenexport.xls.php @@ -110,7 +110,7 @@ loadVariables($user); $worksheet->write($zeile,++$i,"ORT", $format_bold); $maxlength[$i]=3; $worksheet->write($zeile,++$i,"GEMEINDE", $format_bold); - $maxlength[$i]=3; + $maxlength[$i]=9; $worksheet->write($zeile,++$i,"NATION", $format_bold); $maxlength[$i]=6; $worksheet->write($zeile,++$i,"GEBURTSDATUM", $format_bold);