Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Guindon2017-09-15 17:21:34 +0000
committerChristopher Guindon2017-09-15 17:21:34 +0000
commita7cc869c8121aa21c149d366e5d2cba0a2d0d2e9 (patch)
tree13d7e1bba4cbd1b907b5f7e9296833238cb0d58e
parent3a3ce5f4aadabc8e2a7c755e0089861b4ef78768 (diff)
downloadeclipse.org-common-a7cc869c8121aa21c149d366e5d2cba0a2d0d2e9.tar.gz
eclipse.org-common-a7cc869c8121aa21c149d366e5d2cba0a2d0d2e9.tar.xz
eclipse.org-common-a7cc869c8121aa21c149d366e5d2cba0a2d0d2e9.zip
Bug 2151 - Update email content of donations
Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
-rw-r--r--classes/friends/donationEmails.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/friends/donationEmails.class.php b/classes/friends/donationEmails.class.php
index 523cfe36..9f1ddb11 100644
--- a/classes/friends/donationEmails.class.php
+++ b/classes/friends/donationEmails.class.php
@@ -281,7 +281,7 @@ class DonationEmails {
$email = $this->_get_email_greeting_string();
$email .= "Thank you for your donation. Your support is greatly appreciated and your donation will help make the Eclipse Community even better for millions of developers and users around the world." . PHP_EOL . PHP_EOL;
$email .= "You’ve donated more than 35 USD, which means that you are now a Friend of Eclipse (FoE)! You will now be identified as a FoE with a Friend badge for your Eclipse Account and Bugzilla. Use this personalized link to login into your Eclipse Account to get access to the badge: https://" . $domain['domain'] . "/donate/link-account.php?" . $query_string . PHP_EOL . PHP_EOL;
- $email .= "Finally, as a Friend, you also get 40% off print & 50% off ebooks at oreilly.com using the discount code " . $this->_get_email_code('OREILLY') . PHP_EOL . PHP_EOL;
+ //$email .= "Finally, as a Friend, you also get 40% off print & 50% off ebooks at oreilly.com using the discount code " . $this->_get_email_code('OREILLY') . PHP_EOL . PHP_EOL;
$email .= $this->_get_email_footer_string();
$this->email_content = $email;
}

Back to the top