From ae3d69ec950b48fbffa52d0f62cf6a9f12ddd93c Mon Sep 17 00:00:00 2001 From: Sarah Gladstone Date: Mon, 28 Apr 2014 18:23:27 -0700 Subject: [PATCH] fix whitespace --- CRM/Member/Form/Membership.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CRM/Member/Form/Membership.php b/CRM/Member/Form/Membership.php index e569da71a1..ff0a0bb900 100644 --- a/CRM/Member/Form/Membership.php +++ b/CRM/Member/Form/Membership.php @@ -980,11 +980,11 @@ WHERE id IN ( ' . implode(' , ', array_keys($membershipType)) . ' )'; if ($endDate) { if ($membershipDetails['duration_unit'] == 'lifetime') { // Check if status is NOT cancelled or similar. For lifetime memberships, there is no automated - // process to update status based on end-date. The user must change the status now. - $result = civicrm_api3('MembershipStatus', 'get', array( - 'sequential' => 1, - 'is_current_member' => 0, - )); + // process to update status based on end-date. The user must change the status now. + $result = civicrm_api3('MembershipStatus', 'get', array( + 'sequential' => 1, + 'is_current_member' => 0, + )); $tmp_statuses = $result['values']; $status_ids = array(); foreach($tmp_statuses as $cur_stat) { -- 2.25.1