function iframe_disable in Iframe 6
Implementation of hook_disable().
File
- ./
iframe.install, line 58 - Defines simple iframe field types. based on the cck-module "link" by quicksketch Functions for install and uninstall AND Migrations
Code
function iframe_disable() {
if (module_exists('content') && function_exists('content_notify')) {
content_notify('disable', 'iframe');
}
}