The location.ca.inc and location.us.inc make reference to the $location['state'] property which doesn't exist. The 'province' field is used in the DB instead to store these values. The result is bunged up map links with no state listings under certain conditions (only country and state values exist).
Patch attached which references of $location['state'] to $location['province'].
| Comment | File | Size | Author |
|---|---|---|---|
| patch_26.txt | 1.42 KB | dayre |
Comments
Comment #1
bdragon commentedChanging component to Data update.
Comment #2
brmassa commentedDave,
its fixed in HEAD. it will be on location 3.
regards,
massa
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.