function rolereference_uninstall in Role Reference 6
Implementation of hook_uninstall().
File
- ./
rolereference.install, line 18
Code
function rolereference_uninstall() {
content_notify('uninstall', 'rolereference');
}
Implementation of hook_uninstall().
function rolereference_uninstall() {
content_notify('uninstall', 'rolereference');
}