$dash_index == strpos($location['postal_code'], '-');

should be

$dash_index = strpos($location['postal_code'], '-');

at line 244

Comments

smitty’s picture

Status: Active » Closed (duplicate)