function sexybookmarks_block_save in Share Buttons, Related Posts, Content Analytics - Shareaholic 7.2
Same name and namespace in other branches
- 7 includes/block.inc \sexybookmarks_block_save()
Implements hook_block_save().
File
- includes/
block.inc, line 53 - Block module integration.
Code
function sexybookmarks_block_save($delta = 0, $edit = array()) {
variable_set("sexybookmarks_block_{$delta}_profile", $edit['profile']);
}