From 9b81f8812bdb874677c37ef73d7ad96b62421825 Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 23 Dec 2015 10:51:03 +0530 Subject: [PATCH] fix trailing comma --- CRM/Event/BAO/Query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -'), ) ); -- 2.25.1