function imce_update_6000 in IMCE 6.2
Same name and namespace in other branches
- 6 imce.install \imce_update_6000()
Update from 5.x to 6.x.
File
- ./
imce.install, line 58 - Installs, updates, and uninstalls IMCE.
Code
function imce_update_6000() {
module_load_include('inc', 'imce', 'inc/imce.core.profiles');
imce_install_profiles();
return array();
}