Ignore:
Timestamp:
05/18/10 16:47:41 (14 years ago)
Author:
amuller
Message:

Ticket #911 - Diminuindo a parte de código que inicia a sessão

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r2806 r2812  
    5959                $this->session_id = $_SESSION[ 'phpgw_session' ][ 'session_id' ]; 
    6060 
     61        } 
     62        function imap_functions (){ 
    6163                session_write_close(); 
    62         } 
    63         function imap_functions (){ 
    6464                $this->load_session_vars(); 
    6565                $this->functions          = new functions(); 
     
    20012001                $mail->Subject = $subject; 
    20022002                $mail->IsHTML($params['type'] != 'textplain'); 
     2003 
    20032004                $mail->Body = $body; 
    20042005 
Note: See TracChangeset for help on using the changeset viewer.