fixed typo
This commit is contained in:
parent
229a6c66a4
commit
eff09da1d1
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ if (isset($matrnr) && isset($passwd)) {
|
|||
$additional = $value;
|
||||
$value = '';
|
||||
|
||||
if (@$address['building'] || @address['building_no'])
|
||||
if (@$address['building'] || @$address['building_no'])
|
||||
$value .= '\nGebäude: ' . $address['building_no'] . ' ' . $address['building'];
|
||||
|
||||
if (@$address['room'] || @$address['room_no'])
|
||||
|
|
Loading…
Add table
Reference in a new issue