mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-25 05:24:00 +00:00
comment out lines related to external invitation (the Email class is still undefined)
This commit is contained in:
parent
b3c8a4ad0f
commit
9df80fbde1
@ -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());
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user