fix trailing comma
authoryashodha <yashodha.chaku@webaccessglobal.com>
Wed, 23 Dec 2015 05:21:03 +0000 (10:51 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Wed, 23 Dec 2015 05:21:03 +0000 (10:51 +0530)
CRM/Event/BAO/Query.php

index 556b39c8d2ca6654c4b6c68e7e4879998702f588..2b27a4efbdbb2c875fadec9bab1265389a805942 100644 (file)
@@ -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 -'),
       )
     );