function profile_block_save
Implements hook_block_save().
Archivo
- drupal-7.x/
modules/ profile/ profile.module, line 169 - Support for configurable user profiles.
Código
function profile_block_save($delta = '', $edit = array()) {
variable_set('profile_block_author_fields', $edit['profile_block_author_fields']);
}