You are here

function encrypt_submissions_update_7100 in Encrypt Submissions 7

Same name and namespace in other branches
  1. 6 encrypt_submissions.install \encrypt_submissions_update_7100()

In this update, we make sure the weight has been set low as in hook_install

File

./encrypt_submissions.install, line 18

Code

function encrypt_submissions_update_7100() {
  db_query("UPDATE {system} SET weight = -999 WHERE name = 'encrypt_submissions'");
}