You are here

function community_tags_authcache_community_tags_tags_removed in Community Tags 6.2

File

community_tags_authcache/community_tags_authcache.module, line 90

Code

function community_tags_authcache_community_tags_tags_removed($node, $user, $terms) {

  // invalidate the authcache page cache for this node
  _community_tags_authcache_invalidate_nodepage_authcache($node);
}