function nodereference_count_uninstall in Nodereference Count 6
Implementation of hook_uninstall().
File
- ./
nodereference_count.install, line 19 - Install, update, and uninstall functions for the nodereference_count module.
Code
function nodereference_count_uninstall() {
drupal_load('module', 'content');
content_notify('uninstall', 'nodereference_count');
}