projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af27f14
)
Convert tab to space
author
Nicolas Ganivet
<nicolas@cividesk.com>
Wed, 22 Jun 2016 03:51:21 +0000
(21:51 -0600)
committer
Nicolas Ganivet
<nicolas@cividesk.com>
Wed, 22 Jun 2016 03:51:21 +0000
(21:51 -0600)
CRM/Member/Form/Membership.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Member/Form/Membership.php
b/CRM/Member/Form/Membership.php
index d4d174194e8d4766d39e990fd2e5e3b9dbdd410d..ae6a497325ef8224dd08633afd5bf1f6b12db83e 100644
(file)
--- a/
CRM/Member/Form/Membership.php
+++ b/
CRM/Member/Form/Membership.php
@@
-1661,7
+1661,7
@@
WHERE id IN ( ' . implode(' , ', array_keys($membershipType)) . ' )';
}
}
-
$mailSend = FALSE;
+ $mailSend = FALSE;
if (!empty($formValues['send_receipt']) && $receiptSend) {
$formValues['contact_id'] = $this->_contactID;
$formValues['contribution_id'] = $contributionId;