Open GoogleCodeExporter opened 9 years ago
Hi, im new to this platform, same problem here with r514.
Original comment by mette...@gmail.com
on 15 May 2014 at 12:38
Hello,
I have the same problem, that I fixed using the following patch (r561):
--- includes/classes/send-email.php.orig 2015-03-25 17:04:55.742137690 +0100
+++ includes/classes/send-email.php 2015-03-25 17:05:16.722136645 +0100
@@ -105,7 +105,7 @@
switch ($type) {
case 'new_client':
$filename = 'new-client.html';
- $body_check = (!defined('EMAILS_HEADER_FOOTER_CUSTOM') ||
EMAILS_HEADER_FOOTER_CUSTOM == '0') ? '0' : EMAILS_CLIENT_BY_USER_USE_CUSTOM;
+ $body_check = (!defined('EMAILS_CLIENT_BY_USER_USE_CUSTOM') ||
EMAILS_CLIENT_BY_USER_USE_CUSTOM == '0') ? '0' :
EMAILS_CLIENT_BY_USER_USE_CUSTOM;
$body_text = EMAILS_CLIENT_BY_USER_TEXT;
break;
case 'new_client_self':
Regards;)
Original comment by nicolas....@gmail.com
on 25 Mar 2015 at 4:18
Original issue reported on code.google.com by
s...@viproductions.net
on 28 Feb 2014 at 6:46