From: yashodha Date: Wed, 23 Dec 2015 05:21:03 +0000 (+0530) Subject: fix trailing comma X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9b81f8812bdb874677c37ef73d7ad96b62421825;p=civicrm-core.git fix trailing comma --- diff --git a/CRM/Event/BAO/Query.php b/CRM/Event/BAO/Query.php index 556b39c8d2..2b27a4efbd 100644 --- a/CRM/Event/BAO/Query.php +++ b/CRM/Event/BAO/Query.php @@ -600,7 +600,7 @@ class CRM_Event_BAO_Query { 'label' => ts('Participant Status'), 'multiple' => 'multiple', 'option_url' => NULL, - 'placeholder' => ts('- any -') + 'placeholder' => ts('- any -'), ) ); @@ -610,7 +610,7 @@ class CRM_Event_BAO_Query { 'label' => ts('Participant Role'), 'multiple' => 'multiple', 'option_url' => NULL, - 'placeholder' => ts('- any -') + 'placeholder' => ts('- any -'), ) );