function author_pane_block_save in Author Pane 7.2
Implements hook_block_save().
File
- ./
author_pane.module, line 111 - Gathers information from user related modules into one template.
Code
function author_pane_block_save($delta, $edit) {
variable_set('author_pane_block_display_types', $edit['author_pane_block_display_types']);
variable_set('author_pane_block_join_date_type', $edit['author_pane_block_join_date_type']);
if (isset($edit['author_pane_block_user_picture_preset'])) {
variable_set('author_pane_block_user_picture_preset', $edit['author_pane_block_user_picture_preset']);
}
}