From 22161818a68bc1f4772084579360ee2d16c74227 Mon Sep 17 00:00:00 2001 From: Alok Patel Date: Thu, 12 Oct 2017 17:04:04 +0530 Subject: [PATCH] CRM-21267: Cleaning up lint errors --- CRM/Contact/Import/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Import/Parser.php b/CRM/Contact/Import/Parser.php index 481abb0ba2..933f34bb86 100644 --- a/CRM/Contact/Import/Parser.php +++ b/CRM/Contact/Import/Parser.php @@ -844,7 +844,7 @@ abstract class CRM_Contact_Import_Parser extends CRM_Import_Parser { ) { //we should not update Date to null, CRM-4062 if ($val && ($customFields[$customFieldID]['data_type'] == 'Date')) { - //CRM-21267 + //CRM-21267 CRM_Contact_Import_Parser_Contact::formatCustomDate($params, $formatted, $dateType, $key); } elseif ($customFields[$customFieldID]['data_type'] == 'Boolean') { -- 2.25.1