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

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

Location:
branches/2.4/expressoMail1_2
Files:
2 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                }   
  • branches/2.4/expressoMail1_2/js/draw_api.js

    r6596 r6636  
    30413041                                                 
    30423042                                                if( $.type(user) == "array") 
    3043                                                                 user = user[0]; 
     3043                                                    user = user[0];  
     3044                  
     3045                                                if(typeof(user) != 'object')  
     3046                                                    return (null); 
    30443047 
    30453048                                                if(!user) 
Note: See TracChangeset for help on using the changeset viewer.