function memcache_admin_update_7001 in Zircon Profile 8
Same name and namespace in other branches
- 8.0 modules/memcache/memcache_admin/memcache_admin.install \memcache_admin_update_7001()
Flush caches and rebuild menu to allow new stats pages to appear.
File
- modules/
memcache/ memcache_admin/ memcache_admin.install, line 10 - update functions for memcache_admin.
Code
function memcache_admin_update_7001() {
drupal_flush_all_caches();
menu_rebuild();
}