----------------------------------------
* CRM-14128: Participant Count Report offers 'is not role' criteria - but treats it the same as 'is role'
http://issues.civicrm.org/jira/browse/CRM-14128
array(
'name' => 'role_id',
'title' => ts('Participant Role'),
- 'operatorType' => CRM_Report_Form::OP_MULTISELECT,
+ 'operatorType' => CRM_Report_Form::OP_MULTISELECT_SEPARATOR,
'options' => CRM_Event_PseudoConstant::participantRole(),
),
'participant_register_date' => array('title' => ts('Registration Date'),