You are here

function imce_js_unzip in IMCE unzip 6

Same name and namespace in other branches
  1. 7 imce_unzip.module \imce_js_unzip()

Ajax operation: unzip Called by (and naming convention for) imce.

File

./imce_unzip.module, line 330
Main functions for IMCE unzip module

Code

function imce_js_unzip(&$imce) {
  if ($imce['perm']['unzip']) {
    $_POST['op'] = t('Unzip');
    return imce_process_fileop($imce);
  }
}