You are here

function imce_js_thumb in IMCE 6.2

Same name and namespace in other branches
  1. 6 inc/js.inc \imce_js_thumb()
  2. 7 inc/imce.js.inc \imce_js_thumb()

Ajax operation: thumbnails

File

inc/imce.js.inc, line 34
Handles ajax file operations.

Code

function imce_js_thumb(&$imce) {
  if ($imce['perm']['thumb']) {
    $_POST['op'] = t('Create thumbnails');
    return imce_process_fileop($imce);
  }
}