setReportID( $report_id ); //Single item action if($action < 10){ $challengeAction->single( $id, $hash, $action, $type ); //All account items action }else if($action >= 10 && $action < 20){ $challengeAction->account( $hash, $action, $account, $qmode, $smode, $owner ); //All admin items action }else if($action >= 20){ $challengeAction->admin( $hash, $action, $owner, $qmode, $smode ); } ?>