You are here

function login_history_update_7101 in Login History 7

Clear the menu cache.

File

./login_history.install, line 127
The login history install/uninstall code.

Code

function login_history_update_7101() {
  menu_rebuild();
}