function related_blog_uninstall in Util 7
Implements hook_uninstall();
File
- contribs/
related_blog/ related_blog.install, line 20 - Provides block to show blog of node's author.
Code
function related_blog_uninstall() {
variable_del('related_blog_count');
}