comment out lines related to external invitation (the Email class is still undefined)

This commit is contained in:
Ján Máté 2014-04-07 12:27:58 +02:00
parent b3c8a4ad0f
commit 9df80fbde1

View File

@ -348,8 +348,8 @@ require_once('Multipart.php');
function doImipMessage($method, $to_email, vCalendar $itip) {
global $c, $request;
/*
header( 'Debug: Sending iMIP '.$method.' message to '.$to_email);
$mime = new MultiPart();
$mime->addPart( $itip->Render(), 'text/calendar; charset=UTF-8; method='.$method );
@ -403,4 +403,5 @@ EOTEMPLATE;
else {
$email->Send($mime->getMimeHeaders());
}
*/
}