function filefield_uninstall in FileField 6.3
Same name and namespace in other branches
- 6.2 filefield.install \filefield_uninstall()
Implementation of hook_uninstall().
File
- ./
filefield.install, line 23
Code
function filefield_uninstall() {
drupal_load('module', 'content');
content_notify('uninstall', 'filefield');
}