profile_block_save
- Versions
- 7
profile_block_save($delta = '', $edit = array())
Implements hook_block_save().
Code
modules/profile/profile.module, line 169
<?php
function profile_block_save($delta = '', $edit = array()) {
variable_set('profile_block_author_fields', $edit['profile_block_author_fields']);
}
?>Login or register to post comments 