You are here

function oa_buttons_flag_unflag in Open Atrium Core 7.2

Implements hook_flag_unflag().

File

modules/oa_buttons/oa_buttons.module, line 280

Code

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