aboutsummaryrefslogtreecommitdiffstats
path: root/include/EmailNotification.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-29 15:47:26 -0700
committerFriendika <info@friendika.com>2011-05-29 15:47:26 -0700
commit547fd1e0e5155d50941fd8f6cfd89701a5da650b (patch)
treea3646f217ecab52d16029dcfbbcde959bd4e70ec /include/EmailNotification.php
parent69f014d02b0d53ac2b42cbebe3d30418a2d0f612 (diff)
downloadvolse-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/EmailNotification.php')
-rw-r--r--include/EmailNotification.php8
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)."-"