function _profile_field_serialize
Same name and namespace in other branches
- 7.x drupal-7.x/modules/profile/profile.module \_profile_field_serialize()
2 calls to _profile_field_serialize()
- profile_load_profile in drupal-6.x/
modules/ profile/ profile.module - profile_save_profile in drupal-6.x/
modules/ profile/ profile.module
Archivo
- drupal-6.x/
modules/ profile/ profile.module, line 554 - Support for configurable user profiles.
Código
function _profile_field_serialize($type = NULL) {
return $type == 'date';
}