From 9cb19e4a667dd7d372aa0bca423ad40249b848c2 Mon Sep 17 00:00:00 2001 From: Saurabh Batra Date: Fri, 12 Feb 2016 19:12:22 +0530 Subject: [PATCH] CRM-17990 - Import Event Participants Error https://issues.civicrm.org/jira/browse/CRM-17990 --- CRM/Contact/Import/Parser/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Import/Parser/Contact.php b/CRM/Contact/Import/Parser/Contact.php index a535696048..1b1f83e2cc 100644 --- a/CRM/Contact/Import/Parser/Contact.php +++ b/CRM/Contact/Import/Parser/Contact.php @@ -1606,7 +1606,7 @@ class CRM_Contact_Import_Parser_Contact extends CRM_Contact_Import_Parser { * * @return bool */ - public function in_value($value, $valueArray) { + public static function in_value($value, $valueArray) { foreach ($valueArray as $key => $v) { //fix for CRM-1514 if (strtolower(trim($v, ".")) == strtolower(trim($value, "."))) { -- 2.25.1