function notifications_ui_block_save in Notifications 7
Implements hook_block_save().
File
- notifications_ui/
notifications_ui.module, line 280 - User Interface for subscriptions modules
Code
function notifications_ui_block_save($delta = '', $edit = array()) {
if ($delta == 'subscriptions') {
variable_set('notifications_ui_block_display', $edit['notifications_ui_block_display']);
}
}