@@ 93-95 (lines=3) @@ | ||
90 | }) |
|
91 | ); |
|
92 | ||
93 | if (isset($zip3[$county]) === false) { |
|
94 | $zip3[$county] = substr($zipcode, 0, 1); |
|
95 | } |
|
96 | ||
97 | if (isset($zip3[$county.$district]) === false) { |
|
98 | $zip3[$county.$district] = substr($zipcode, 0, 3); |
|
@@ 97-99 (lines=3) @@ | ||
94 | $zip3[$county] = substr($zipcode, 0, 1); |
|
95 | } |
|
96 | ||
97 | if (isset($zip3[$county.$district]) === false) { |
|
98 | $zip3[$county.$district] = substr($zipcode, 0, 3); |
|
99 | } |
|
100 | }); |
|
101 | ||
102 | $this->store('zip3', $zip3); |