function blog_uninstall

Implements hook_uninstall().

Archivo

drupal-7.x/modules/blog/blog.install, line 21
Install, update and uninstall functions for the blog module.

Código

function blog_uninstall() {
  variable_del('blog_block_count');
}