function blog_uninstall
Implements hook_uninstall().
File
-
modules/
blog/ blog.install, line 21
Code
function blog_uninstall() {
variable_del('blog_block_count');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.