You are here

function itweak_upload_update_6000 in iTweak Upload 6.2

Implementation of hook_update_N()

File

./itweak_upload.install, line 83
Installation code for iTweakUpload.

Code

function itweak_upload_update_6000() {
  $ret = array();
  $ret += _itweak_upload_install_imagecache_presets();
  return $ret;
}