|
@@ -70,7 +70,7 @@ |
|
|
block discarded – undo |
|
70
|
70
|
if (isset($xmlDoc->AddressLine)) { |
|
71
|
71
|
for ($i = 0, $len = count($xmlDoc->AddressLine); $i < $len; $i++) { |
|
72
|
72
|
$var = 'addressLine' . ($i > 0 ? $i + 1 : ''); |
|
73
|
|
- $this->{$var} = isset($xmlDoc->AddressLine[$i]) ? (string) $xmlDoc->AddressLine[$i] : ''; |
|
|
73
|
+ $this->{$var} = isset($xmlDoc->AddressLine[$i]) ? (string)$xmlDoc->AddressLine[$i] : ''; |
|
74
|
74
|
} |
|
75
|
75
|
} |
|
76
|
76
|
$this->region = isset($xmlDoc->Region) ? (string)$xmlDoc->Region : ''; |
Please login to merge, or discard this patch.