You are here

function swiftmailer_update_7000 in Swift Mailer 7

Implements hook_update_N().

Rebuild the menu to care care of changes.

File

./swiftmailer.install, line 48
This is the install file.

Code

function swiftmailer_update_7000() {
  menu_rebuild();
}