You are here

function htmlmail_update_7203 in HTML Mail 7.2

Implements hook_update_N().

File

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

Code

function htmlmail_update_7203() {
  if ($requirements = htmlmail_requirements('runtime')) {
    $requirement = array_shift($requirements);
    throw new DrupalUpdateException($requirement['description']);
  }
}