small fixes to item post to try and sort out segfault issues on php 5.3 (?)

This commit is contained in:
Friendika 2011-05-29 15:47:26 -07:00
parent 69f014d02b
commit 547fd1e0e5
3 changed files with 8 additions and 13 deletions

View file

@ -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)."-"