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:
f91ff43
)
civilint fixes
author
Jon goldberg
<jon@palantetech.coop>
Sun, 8 Feb 2015 05:10:20 +0000
(
00:10
-0500)
committer
Jon goldberg
<jon@palantetech.coop>
Sun, 8 Feb 2015 05:10:20 +0000
(
00:10
-0500)
CRM/Report/Form/Member/Detail.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Member/Detail.php
b/CRM/Report/Form/Member/Detail.php
index 9610569ebae6793a6ea08369e4f205a5b8616c14..f01e9778a251df189e0407170dc705a8679e05a1 100644
(file)
--- a/
CRM/Report/Form/Member/Detail.php
+++ b/
CRM/Report/Form/Member/Detail.php
@@
-422,7
+422,7
@@
class CRM_Report_Form_Member_Detail extends CRM_Report_Form {
) {
$rows[$rowNum][$colName] = "";
// CRM-15917: Don't blank the name if it's a different contact
- if($colName == 'civicrm_contact_exposed_id') {
+ if
($colName == 'civicrm_contact_exposed_id') {
$rows[$rowNum]['civicrm_contact_sort_name'] = "";
}
$repeatFound = $rowNum;