function blog_uninstall in Drupal 7
Implements hook_uninstall().
File
- modules/
blog/ blog.install, line 21 - Install, update and uninstall functions for the blog module.
Code
function blog_uninstall() {
variable_del('blog_block_count');
}
Implements hook_uninstall().
function blog_uninstall() {
variable_del('blog_block_count');
}