function tablefield_disable in TableField 7
Same name and namespace in other branches
- 6 tablefield.install \tablefield_disable()
Implements hook_disable().
Notify content module when this module is disabled.
File
- ./
tablefield.install, line 33 - Installation options for TableField
Code
function tablefield_disable() {
}