From: monishdeb Date: Wed, 25 Feb 2015 14:24:08 +0000 (+0530) Subject: formatting changes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f6d1d432c84df22d11d6a397a50b66939f0e7f43;p=civicrm-core.git formatting changes --- 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':