Closed (fixed)
Project:
Address field for CCK
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
24 May 2007 at 20:38 UTC
Updated:
25 May 2007 at 15:50 UTC
Here in Massachusetts, many zip codes begin with a 0. This module seems to strip them out...
Comments
Comment #1
rconstantine commentedOdd. I wonder why. I'll look into it.
Wait... I originally used an integer for the field, but have changed it to text, I think. I'll make sure.
Meanwhile, what version number (as seen at the top of the .module file) are you using? Do you have the latest?
Comment #2
walden commented$Id: cck_address.info,v 1.1 2007/03/16 00:23:29
Comment #3
rconstantine commentedOkay, try the new dev release and let me know if you still have problems. And check your database to make sure that the zip code fields are properly varchar. install_updates are supposed to modify them from ints.
I'm pretty sure you won't have problems. It looks like you were using the 1.0 release which was already out of date when you made this post. I'm not sure how others are using their releases, but my dev branch will always have (stable?) bug fixes, not experimental features. I'll keep experimental features in HEAD which can only be gotten from CVS. Major feature additions will warrant new full releases like 1.1 or 2.0 or whatever.
So I'm going to change this to support issue -> closed unless you have the same problem with the new release.