function imagefield_disable in ImageField 6.3
File
- ./
imagefield.install, line 21
Code
function imagefield_disable() {
drupal_load('module', 'content');
content_notify('disable', 'imagefield');
}
function imagefield_disable() {
drupal_load('module', 'content');
content_notify('disable', 'imagefield');
}