function profile_block_save

7.x profile.module profile_block_save($delta = '', $edit = array())

Implements hook_block_save().

File

drupal-7.x/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']);
}