Ignore:
Timestamp:
06/26/12 12:25:40 (12 years ago)
Author:
eduardow
Message:

Ticket #2899 - Problema ao criar um evento de uma mensagem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/inc/class.imap_functions.inc.php

    r6621 r6636  
    14071407                        $return['from']['email'] = "Rascunho"; 
    14081408                } 
    1409                 if($return['toaddress2'] == 'undisclosed-recipients@, @'){ 
     1409                 
     1410                if(strpos($return['toaddress2'], 'undisclosed-recipients') !== false){ 
    14101411                        $return['toaddress2'] = $this->functions->getLang('without destination'); 
    14111412                }   
Note: See TracChangeset for help on using the changeset viewer.