Closed (duplicate)
Project:
Location
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2011 at 15:40 UTC
Updated:
20 Jun 2012 at 16:35 UTC
$dash_index == strpos($location['postal_code'], '-');
should be
$dash_index = strpos($location['postal_code'], '-');
at line 244
Comments
Comment #1
smitty commentedLook at: http://drupal.org/node/1056030