function itweak_upload_update_6001 in iTweak Upload 6.2
Implementation of hook_update_N()
File
- ./
itweak_upload.install, line 92 - Installation code for iTweakUpload.
Code
function itweak_upload_update_6001() {
$ret = array();
$ret[] = update_sql("UPDATE {system} SET weight = 10 WHERE name = 'itweak_upload'");
return $ret;
}