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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.