From: Saurabh Batra Date: Fri, 12 Feb 2016 13:42:22 +0000 (+0530) Subject: CRM-17990 - Import Event Participants Error X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9cb19e4a667dd7d372aa0bca423ad40249b848c2;p=civicrm-core.git CRM-17990 - Import Event Participants Error https://issues.civicrm.org/jira/browse/CRM-17990 --- 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, "."))) {