You are here

function imce_update_6200 in IMCE 6.2

Convert 6.x-1.x to 6.x-2.x

File

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

Code

function imce_update_6200() {

  //delete deprecated variables.cancelled!
  return array();
}