function mobile_switch_block_block_save in Mobile Switch Block 7
Same name and namespace in other branches
- 7.2 mobile_switch_block.module \mobile_switch_block_block_save()
 
Implements hook_block_save().
File
- ./
mobile_switch_block.module, line 277  - Extends the Mobile Switch module with an theme switch block.
 
Code
function mobile_switch_block_block_save($delta = '', $edit = array()) {
  variable_set('mobile_switch_block_content', $edit['mobile_switch_block_content']);
}