function linkimagefield_uninstall in Link Image Field 6
Implementation of hook_uninstall().
File
- ./
linkimagefield.install, line 20 - linkimagefield install and update code @author John Young <john@codeandcreative.com>
Code
function linkimagefield_uninstall() {
drupal_load('module', 'content');
content_notify('uninstall', 'linkimagefield');
}