Skip to content

Commit

Permalink
-pf
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Oct 23, 2016
1 parent 528ddc7 commit dc9f360
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Activity/BAO/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ public static function from($name, $mode, $side) {
* @param CRM_Core_Form $form
*/
public static function buildSearchForm(&$form) {
$activityOptions = CRM_Core_PseudoConstant::activityType(TRUE, TRUE, FALSE, 'label', TRUE);
$form->addSelect('activity_type_id',
array('entity' => 'activity', 'label' => ts('Activity Type(s)'), 'multiple' => 'multiple', 'option_url' => NULL, 'placeholder' => ts('- any -'))
);
Expand Down

0 comments on commit dc9f360

Please sign in to comment.