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