function _block_subtitle_delete in Block Subtitle 7
Same name and namespace in other branches
- 6 block_subtitle.module \_block_subtitle_delete()
Function to delete a subtitle.
1 call to _block_subtitle_delete()
- block_subtitle_submit in ./
block_subtitle.module - Custom submit handler for block_subtitle.
File
- ./
block_subtitle.module, line 80 - This module allows subtitles to be added to blocks
Code
function _block_subtitle_delete($block_name) {
variable_set('block_subtitle_' . $block_name, '');
}