function imce_update_6000 in IMCE 6
Same name and namespace in other branches
- 6.2 imce.install \imce_update_6000()
Update from 5.x to 6.x.
File
- ./
imce.install, line 29
Code
function imce_update_6000() {
imce_install();
return array();
}
Update from 5.x to 6.x.
function imce_update_6000() {
imce_install();
return array();
}