You are here

function autosave_update_7001 in Autosave 7.2

Clear menu cache.

File

./autosave.install, line 119
Install, update and uninstall functions for the autosave module.

Code

function autosave_update_7001() {
  menu_cache_clear_all();
}