From f6d1d432c84df22d11d6a397a50b66939f0e7f43 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Wed, 25 Feb 2015 19:54:08 +0530 Subject: [PATCH] formatting changes --- CRM/Event/BAO/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/BAO/Query.php b/CRM/Event/BAO/Query.php index a71b9d0d22..64757a9ebc 100644 --- a/CRM/Event/BAO/Query.php +++ b/CRM/Event/BAO/Query.php @@ -335,7 +335,7 @@ class CRM_Event_BAO_Query { case 'participant_status_id': case 'participant_role_id': - if ($value && is_array($value) && strpos($op , 'IN') === FALSE) { + if ($value && is_array($value) && strpos($op, 'IN') === FALSE) { $op = 'IN'; } case 'participant_status': -- 2.25.1