From: Eileen McNaughton Date: Thu, 14 May 2015 12:53:36 +0000 (+1200) Subject: whitespace X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5f98d0b9a2aac73a42b0170c29c8b11774119b50;p=civicrm-core.git whitespace --- diff --git a/CRM/Member/Form/MembershipRenewal.php b/CRM/Member/Form/MembershipRenewal.php index b5616c5953..1a8ae05b3a 100644 --- a/CRM/Member/Form/MembershipRenewal.php +++ b/CRM/Member/Form/MembershipRenewal.php @@ -430,7 +430,6 @@ WHERE id IN ( ' . implode(' , ', array_keys($membershipType)) . ' )'; // The member form uses emailExists. Assigning both while we transition / synchronise. $this->assign('emailExists', $this->_contributorEmail); - $mailingInfo = CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::MAILING_PREFERENCES_NAME, 'mailing_backend' );