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'].

CommentFileSizeAuthor
patch_26.txt1.42 KBdayre

Comments

bdragon’s picture

Component: Code » Data update

Changing component to Data update.

brmassa’s picture

Status: Needs review » Fixed

Dave,

its fixed in HEAD. it will be on location 3.

regards,

massa

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.