fix whitespace
authorSarah Gladstone <sepg@pogstone.com>
Tue, 29 Apr 2014 01:23:27 +0000 (18:23 -0700)
committerSarah Gladstone <sepg@pogstone.com>
Tue, 29 Apr 2014 01:23:27 +0000 (18:23 -0700)
CRM/Member/Form/Membership.php

index e569da71a1a64adeb5573c363535d8060d3d47f5..ff0a0bb9007e6dbe04bc226b8312198cca28ac29 100644 (file)
@@ -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) {