You are here

function workbench_email_update_7007 in Workbench Email 7.3

Implements hook_update_N().

Adds the workbench email queue

File

./workbench_email.install, line 275
Install file for the Workbench Email module.

Code

function workbench_email_update_7007() {
  drupal_load('module', 'workbench_email');
  workbench_email_get_queue()
    ->createQueue();
}