Posted by Amitaibu on November 1, 2009 at 2:43pm
Jump to:
| Project: | Content Profile |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
In the openId module when drupal_validate_form('user_register', $form, $form_state); and content profile registration is enabled $form_state['values'] is filled with an empty key, which is a result of calling date_element_empty().
Comments
#1
Just to explain a bit more. The empty key then kills user_save() in drupal_unpack().