You are here

function maillog_update_7101 in Maillog / Mail Developer 7

Clear the menu cache so the new paths will be picked up.

File

./maillog.install, line 193
Provides the installation routines for the maillog module.

Code

function maillog_update_7101() {
  variable_set('menu_rebuild_needed', TRUE);
}