projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
160a5de
)
CRM-21267: Cleaning up lint errors
author
Alok Patel
<alok@agileware.com.au>
Thu, 12 Oct 2017 11:34:04 +0000
(17:04 +0530)
committer
Alok Patel
<alok@agileware.com.au>
Thu, 12 Oct 2017 11:34:04 +0000
(17:04 +0530)
CRM/Contact/Import/Parser.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Import/Parser.php
b/CRM/Contact/Import/Parser.php
index 481abb0ba260b7f315cd3f5db10dc7f659c33292..933f34bb861023338e71f41cc17bc2da02aa6ce4 100644
(file)
--- 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') {