function imagecache_token_update_7100 in Imagecache Token 7
Clear the menu cache so that the new settings page will be accessible.
File
- ./
imagecache_token.install, line 22 - Installation and update scripts for the Imagecache Token module.
Code
function imagecache_token_update_7100() {
variable_set('menu_rebuild_needed', TRUE);
}