function profile_block_save in Drupal 7
Implements hook_block_save().
File
- modules/
profile/ profile.module, line 169 - Support for configurable user profiles.
Code
function profile_block_save($delta = '', $edit = array()) {
variable_set('profile_block_author_fields', $edit['profile_block_author_fields']);
}