function linkimagefield_install in Link Image Field 6
Same name and namespace in other branches
- 5 linkimagefield.install \linkimagefield_install()
Implementation of hook_install().
File
- ./
linkimagefield.install, line 12 - linkimagefield install and update code @author John Young <john@codeandcreative.com>
Code
function linkimagefield_install() {
drupal_load('module', 'content');
content_notify('install', 'linkimagefield');
}