Thanks for the http://drupal.org/node/272948 fix.
Just only a minor bug when the profile type is "date".
A serialized string like this:
profile_my_date: a:3:{s:3:"day";s:2:"29";s:5:"month";s:1:"5";s:4:"year";s:4:"1959";}
is sent instead of a readable value.

Comments

madwalo’s picture

i have right the same problem!
what kind of string is that?

rmiddle’s picture

Status: Active » Postponed

That is how Drupal stores arrays. It syntax is very close to Json. I will try to get a fix at some point but the data is there.

Thanks
Robert

madwalo’s picture

hey!
thanks but how can we handle that var?
i need to separate the Y M D values to set the default value
thanks

rmiddle’s picture

No support for breaking those down in User Registration Notification at this time.

Thanks
Robert

rmiddle’s picture

Fixed and added into 1.5. Also checkbox now reports check and not checked.

Thanks
Robert

rmiddle’s picture

Status: Postponed » Fixed
rmiddle’s picture

Status: Fixed » Closed (fixed)