You are here

function oa_core_flag_unflag in Open Atrium Core 7.2

Implements hook_flag_unflag().

File

includes/oa_core.cache.inc, line 118
Code for OpenAtrium caching helpers

Code

function oa_core_flag_unflag($flag, $content_id, $account, $flagging) {
  oa_core_trigger_flag('unflag', $flag, $content_id, $account);
}