You are here

function imce_install in IMCE 6

Same name and namespace in other branches
  1. 8.2 imce.install \imce_install()
  2. 8 imce.install \imce_install()
  3. 6.2 imce.install \imce_install()
  4. 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();
}