function number_uninstall in Content Construction Kit (CCK) 6
Same name and namespace in other branches
- 6.3 modules/number/number.install \number_uninstall()
- 6.2 modules/number/number.install \number_uninstall()
Implementation of hook_uninstall().
File
- modules/
number/ number.install, line 17
Code
function number_uninstall() {
content_notify('uninstall', 'number');
}