function image_fupload_update_6100 in Image FUpload 6.3
Implementation of hook_update_N().
File
- ./
image_fupload.install, line 133
Code
function image_fupload_update_6100() {
$ret = array();
// activate image_fupload_image by default
/* module_enable(array('image_fupload_image'));
* why?
*/
return $ret;
}