Closed (fixed)
Project:
User Registration Notification
Version:
5.x-1.4
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2008 at 09:02 UTC
Updated:
31 Jul 2008 at 04:05 UTC
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
Comment #1
madwalo commentedi have right the same problem!
what kind of string is that?
Comment #2
rmiddle commentedThat 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
Comment #3
madwalo commentedhey!
thanks but how can we handle that var?
i need to separate the Y M D values to set the default value
thanks
Comment #4
rmiddle commentedNo support for breaking those down in User Registration Notification at this time.
Thanks
Robert
Comment #5
rmiddle commentedFixed and added into 1.5. Also checkbox now reports check and not checked.
Thanks
Robert
Comment #6
rmiddle commentedComment #7
rmiddle commented