You are here

function htmlmail_update_7202 in HTML Mail 8.2

Same name and namespace in other branches
  1. 7.2 htmlmail.install \htmlmail_update_7202()

Implements hook_update_N().

Increase module weight so dependent modules get loaded first.

1 call to htmlmail_update_7202()
htmlmail_install in ./htmlmail.install
Implements hook_install().

File

./htmlmail.install, line 39
Installation for HTML Mail module.

Code

function htmlmail_update_7202() {
  db_query("UPDATE {system} SET weight = 10 WHERE type = 'module' AND name = 'htmlmail'");
}