function imce_js_thumb in IMCE 6
Same name and namespace in other branches
- 6.2 inc/imce.js.inc \imce_js_thumb()
- 7 inc/imce.js.inc \imce_js_thumb()
Ajax operation: thumbnails
File
- inc/
js.inc, line 29
Code
function imce_js_thumb(&$imce) {
if ($imce['perm']['thumb']) {
$_POST['op'] = t('Create thumbnails');
return imce_process_fileop($imce);
}
}