mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-19 05:59:02 +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) {
|
function doImipMessage($method, $to_email, vCalendar $itip) {
|
||||||
global $c, $request;
|
global $c, $request;
|
||||||
|
|
||||||
|
/*
|
||||||
header( 'Debug: Sending iMIP '.$method.' message to '.$to_email);
|
header( 'Debug: Sending iMIP '.$method.' message to '.$to_email);
|
||||||
|
|
||||||
$mime = new MultiPart();
|
$mime = new MultiPart();
|
||||||
$mime->addPart( $itip->Render(), 'text/calendar; charset=UTF-8; method='.$method );
|
$mime->addPart( $itip->Render(), 'text/calendar; charset=UTF-8; method='.$method );
|
||||||
|
|
||||||
@ -403,4 +403,5 @@ EOTEMPLATE;
|
|||||||
else {
|
else {
|
||||||
$email->Send($mime->getMimeHeaders());
|
$email->Send($mime->getMimeHeaders());
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user