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();
}
Clear menu cache.
function autosave_update_7001() {
menu_cache_clear_all();
}