You are here

function mobile_tools_update_6200 in Mobile Tools 6.3

Update to invalidate context registry and include the new registry

File

./mobile_tools_roles.install, line 46
Mobile Tools Roles installation file

Code

function mobile_tools_update_6200() {
  content_flush_caches();
}