From 547fd1e0e5155d50941fd8f6cfd89701a5da650b Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 29 May 2011 15:47:26 -0700 Subject: small fixes to item post to try and sort out segfault issues on php 5.3 (?) --- include/EmailNotification.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/EmailNotification.php') 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)."-" -- cgit v1.2.3