Ignore:
Timestamp:
03/09/12 16:00:41 (12 years ago)
Author:
thiago
Message:

Ticket #2486 - Correção de abrir os e-mails pela model de alarme ou conclusão.

File:
1 edited

Legend:

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

    r5620 r5689  
    10301030        function get_info_msg($params) 
    10311031        { 
     1032         
     1033                if(isset($params['alarm'])){ 
     1034                        $alarm = $params['alarm']; 
     1035                }else{ 
     1036                        $alarm = false; 
     1037                } 
     1038                 
    10321039                $return = array(); 
    10331040                $msg_number = $params['msg_number']; 
     
    13431350                if($return['toaddress2'] == 'undisclosed-recipients@, @'){ 
    13441351                        $return['toaddress2'] = $this->functions->getLang('without destination'); 
    1345                 }        
     1352                }   
     1353                $return['alarm'] = $alarm; 
    13461354                return $return; 
    13471355        } 
Note: See TracChangeset for help on using the changeset viewer.