function profile_block_save

profile_block_save($delta = '', $edit = array())

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']);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!profile!profile.module/function/profile_block_save/7.x