From 64e8aa733fc6e6f41d77ecf30e8a40a2d0ad7b06 Mon Sep 17 00:00:00 2001 From: Jon goldberg Date: Sun, 8 Feb 2015 00:10:20 -0500 Subject: [PATCH] civilint fixes --- CRM/Report/Form/Member/Detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Member/Detail.php b/CRM/Report/Form/Member/Detail.php index 9610569eba..f01e9778a2 100644 --- 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; -- 2.25.1