You are here

function image_fupload_update_6304 in Image FUpload 6.3

Update from 3.0 alpha 3 to alpha 4

File

./image_fupload.install, line 191

Code

function image_fupload_update_6304() {
  $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;
}