function _profile_field_serialize
7.x profile.module | _profile_field_serialize($type = NULL) |
6.x profile.module | _profile_field_serialize($type = NULL) |
2 calls to _profile_field_serialize()
- profile_save_profile in drupal-7.x/
modules/ profile/ profile.module - profile_user_load in drupal-7.x/
modules/ profile/ profile.module - Implements hook_user_load().
File
- drupal-7.x/
modules/ profile/ profile.module, line 610 - Support for configurable user profiles.
Code
function _profile_field_serialize($type = NULL) {
return $type == 'date';
}