fixed typo

This commit is contained in:
Steffen Vogel 2013-10-20 12:17:16 +02:00
parent 229a6c66a4
commit eff09da1d1

View file

@ -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'])