function backgroundfield_disable in BackgroundField 6
File
- ./
backgroundfield.install, line 30
Code
function backgroundfield_disable() {
drupal_load('module', 'content');
content_notify('disable', 'backgroundfield');
}
function backgroundfield_disable() {
drupal_load('module', 'content');
content_notify('disable', 'backgroundfield');
}