You are here

function oa_archive_flag_flag in Open Atrium Archive 7.2

Implements hook_flag_flag().

File

./oa_archive.module, line 148

Code

function oa_archive_flag_flag($flag, $content_id, $account, $flagging) {
  oa_archive_trigger_flag('flag', $flag, $content_id, $account);
}