function image_fupload_update_6301 in Image FUpload 6.3
Update from 3.0 alpha 1 to alpha 2
File
- ./
image_fupload.install, line 179
Code
function image_fupload_update_6301() {
$ret = array();
// it's not really an update, but we have to force the user to run update.php
// because some theme related things changed
return $ret;
}