Closed (fixed)
Project:
Address field for CCK
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2007 at 13:59 UTC
Updated:
19 May 2015 at 19:26 UTC
Jump to comment: Most recent
Comments
Comment #1
rconstantine commentedGood catch. I'll add it to the list of things to do. I had meant to get to this module yesterday (which is my module maintenance day) but didn't. But it is next in line, so next Wednesday I'll get to it.
Thanks.
Comment #2
rconstantine commentedMeanwhile, you can manually add it to your own database if you'd like.
Comment #3
rconstantine commentedLook for a new dev upload today.
Comment #4
(not verified) commentedComment #5
petu commentedTo insert the DC manually you have to execute SQL:
insert into uc_zones (zone_country_id, zone_code, zone_name)values(840, 'DC', 'District of Columbia');