You are here

function oa_buttons_flag_flag in Open Atrium Core 7.2

Implements hook_flag_flag().

File

modules/oa_buttons/oa_buttons.module, line 273

Code

function oa_buttons_flag_flag($flag, $content_id, $account, $flagging) {
  oa_buttons_trigger_flag('flag', $flag, $content_id, $account);
}