You are here

function oa_core_flag_flag in Open Atrium Core 7.2

Implements hook_flag_flag().

File

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

Code

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