You are here

function comment_upload_update_6002 in Comment Upload 6

File

./comment_upload.install, line 259
The install file that defines the tables in use by comment_upload.

Code

function comment_upload_update_6002() {
  $ret = array();
  $ret[] = update_sql("UPDATE {system} SET weight = 2 WHERE name = 'comment_upload'");
  return $ret;
}