You are here

function imce_install in IMCE 6.2

Same name and namespace in other branches
  1. 8.2 imce.install \imce_install()
  2. 8 imce.install \imce_install()
  3. 6 imce.install \imce_install()
  4. 7 imce.install \imce_install()

Implementation of hook_install().

File

./imce.install, line 11
Installs, updates, and uninstalls IMCE.

Code

function imce_install() {
  drupal_install_schema('imce');
  module_load_include('inc', 'imce', 'inc/imce.core.profiles');
  imce_install_profiles();
}