function imce_install in IMCE 6
Same name and namespace in other branches
- 8.2 imce.install \imce_install()
- 8 imce.install \imce_install()
- 6.2 imce.install \imce_install()
- 7 imce.install \imce_install()
Implementation of hook_install().
1 call to imce_install()
- imce_update_6000 in ./
imce.install - Update from 5.x to 6.x.
File
- ./
imce.install, line 6
Code
function imce_install() {
include_once './' . drupal_get_path('module', 'imce') . '/inc/core_profiles.inc';
imce_install_profiles();
}