diff options
author | Friendika <info@friendika.com> | 2011-05-29 15:47:26 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-29 15:47:26 -0700 |
commit | 547fd1e0e5155d50941fd8f6cfd89701a5da650b (patch) | |
tree | a3646f217ecab52d16029dcfbbcde959bd4e70ec /include | |
parent | 69f014d02b0d53ac2b42cbebe3d30418a2d0f612 (diff) | |
download | volse-hubzilla-547fd1e0e5155d50941fd8f6cfd89701a5da650b.tar.gz volse-hubzilla-547fd1e0e5155d50941fd8f6cfd89701a5da650b.tar.bz2 volse-hubzilla-547fd1e0e5155d50941fd8f6cfd89701a5da650b.zip |
small fixes to item post to try and sort out segfault issues on php 5.3 (?)
Diffstat (limited to 'include')
-rw-r--r-- | include/EmailNotification.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/EmailNotification.php b/include/EmailNotification.php index 209d5476a..78912c0b9 100644 --- a/include/EmailNotification.php +++ b/include/EmailNotification.php @@ -12,14 +12,6 @@ class EmailNotification { * @param textVersion text only version of the message */ static public function sendTextHtmlEmail($fromName,$fromEmail,$replyTo,$toEmail,$messageSubject,$htmlVersion,$textVersion) { - logger("sendTextHtmlEmail: BEGIN"); - logger("fromName: " . $fromName); - logger("fromEmail: " . $fromEmail); - logger("replyTo: " . $replyTo); - logger("toEmail: " . $toEmail); - logger("messageSubject: " . $messageSubject); - //logger("htmlVersion: " . $htmlVersion); - //logger("textVersion: " . $textVersion); // generate a mime boundary $mimeBoundary =rand(0,9)."-" |