civilint fixes
authorJon goldberg <jon@palantetech.coop>
Sun, 8 Feb 2015 05:10:20 +0000 (00:10 -0500)
committerJon goldberg <jon@palantetech.coop>
Sun, 8 Feb 2015 05:10:20 +0000 (00:10 -0500)
CRM/Report/Form/Member/Detail.php

index 9610569ebae6793a6ea08369e4f205a5b8616c14..f01e9778a251df189e0407170dc705a8679e05a1 100644 (file)
@@ -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;