function tablefield_uninstall in TableField 6
Same name and namespace in other branches
- 7.3 tablefield.install \tablefield_uninstall()
- 7 tablefield.install \tablefield_uninstall()
- 7.2 tablefield.install \tablefield_uninstall()
Implementation of hook_uninstall().
File
- ./
tablefield.install, line 19 - Installation options for TableField
Code
function tablefield_uninstall() {
drupal_load('module', 'content');
content_notify('uninstall', 'tablefield');
}