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