Ignore:
Timestamp:
04/26/11 10:11:55 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1792 - Adicionado patch para enviar convites no formato text/calendar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/phpgwapi/inc/class.phpmailer.inc.php

    r2 r4138  
    234234     * @return void 
    235235     */ 
     236    function Iscalendar($bool) { 
     237        if($bool == true) 
     238            $this->ContentType = "multipart/alternative;\n  boundary=\"01BD3665.3AF0D360\"\n"; 
     239        else  
     240            $this->ContentType = "text/plain"; 
     241    } 
     242 
    236243    function IsHTML($bool) { 
    237244        if($bool == true) 
Note: See TracChangeset for help on using the changeset viewer.