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:
2fe62de
)
CRM-16137 - whitespace typo
author
samuelsov
<samuel@symbiotic.coop>
Sat, 21 Mar 2015 01:38:36 +0000
(21:38 -0400)
committer
samuelsov
<samuel@symbiotic.coop>
Sat, 21 Mar 2015 01:38:36 +0000
(21:38 -0400)
CRM/Core/BAO/Mapping.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/BAO/Mapping.php
b/CRM/Core/BAO/Mapping.php
index 022c039b201b193000e830825f7fdacfd5b6dbaa..895ff48df13452fff63475452c4d4777122b0173 100644
(file)
--- a/
CRM/Core/BAO/Mapping.php
+++ b/
CRM/Core/BAO/Mapping.php
@@
-322,7
+322,7
@@
class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping {
if ($mappingType == 'Search Builder') {
// get multiple custom group fields in this context
$contactFields = CRM_Contact_BAO_Contact::exportableFields($value, FALSE, $required, FALSE, TRUE);
- }
+ }
else {
$contactFields = CRM_Contact_BAO_Contact::exportableFields($value, FALSE, $required);
}