function profile_block_save
Implements hook_block_save().
File
-
modules/
profile/ profile.module, line 169
Code
function profile_block_save($delta = '', $edit = array()) {
variable_set('profile_block_author_fields', $edit['profile_block_author_fields']);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.