format fix
authormonishdeb <monish.deb@webaccessglobal.com>
Wed, 29 Jul 2015 17:28:23 +0000 (22:58 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Fri, 31 Jul 2015 17:20:08 +0000 (22:50 +0530)
CRM/Core/BAO/CustomValue.php

index 1f29fabea241f4b22223566fafd06f3b6ae5013e..bf23c7477693b8571b4df5f1cd41502ab175a344 100644 (file)
@@ -185,7 +185,7 @@ class CRM_Core_BAO_CustomValue extends CRM_Core_DAO {
       );
 
       if (is_array($formValues[$key])) {
-        if (!in_array(key($formValues[$key]),  CRM_Core_DAO::acceptedSQLOperators(), TRUE)) {
+        if (!in_array(key($formValues[$key]), CRM_Core_DAO::acceptedSQLOperators(), TRUE)) {
           $formValues[$key] = array('IN' => $formValues[$key]);
         }
       }