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:
7b00a95
)
Further Changes
author
atif-shaikh
<shaikh388@gmail.com>
Tue, 24 Jun 2014 15:16:24 +0000
(20:46 +0530)
committer
atif-shaikh
<shaikh388@gmail.com>
Thu, 26 Jun 2014 15:08:14 +0000
(20:38 +0530)
CRM/Contact/Import/Form/MapField.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Import/Form/MapField.php
b/CRM/Contact/Import/Form/MapField.php
index 20df0d2501e9263ed30963ba4d2463a0c3ec751c..0c8ea34abf7642177fb76997ff229f5577793f40 100644
(file)
--- a/
CRM/Contact/Import/Form/MapField.php
+++ b/
CRM/Contact/Import/Form/MapField.php
@@
-986,7
+986,7
@@
class CRM_Contact_Import_Form_MapField extends CRM_Import_Form_MapField {
*/
function formatCustomFieldName(&$fields) {
//CRM-2676, replacing the conflict for same custom field name from different custom group.
- $fieldIds = $formattedFieldNames =
self::$customFields =
array();
+ $fieldIds = $formattedFieldNames = array();
foreach ($fields as $key => $value) {
if ($customFieldId = CRM_Core_BAO_CustomField::getKeyID($key)) {
$fieldIds[] = $customFieldId;