function text_uninstall in Content Construction Kit (CCK) 6
Same name in this branch
- 6 examples/simple_field.php \text_uninstall()
- 6 examples/example_field.php \text_uninstall()
- 6 modules/text/text.install \text_uninstall()
Same name and namespace in other branches
- 6.3 modules/text/text.install \text_uninstall()
- 6.2 modules/text/text.install \text_uninstall()
Implementation of hook_uninstall().
File
- modules/
text/ text.install, line 17
Code
function text_uninstall() {
content_notify('uninstall', 'text');
}