function _profile_field_serialize

2 calls to _profile_field_serialize()
profile_save_profile in modules/profile/profile.module
profile_user_load in modules/profile/profile.module
Implements hook_user_load().

File

modules/profile/profile.module, line 610

Code

function _profile_field_serialize($type = NULL) {
    return $type == 'date';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.