Ignore:
Timestamp:
08/10/11 15:59:45 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2157 - Mensagem assinada (usando certificado digital) não abre .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/expressoMail1_2/js/main.js

    r4848 r4916  
    16561656        { 
    16571657                var handler = function(data){ 
    1658  
     1658                        if(typeof(expresso_local_messages) != "undefined"){ 
    16591659                        if(data.msg_day == '') 
    16601660                        { 
    16611661                                header=expresso_local_messages.get_msg_date(data.original_ID, proxy_mensagens.is_local_folder(get_current_folder())); 
    1662  
     1662                                if(header){ 
    16631663                                data.fulldate=header.fulldate; 
    16641664                                data.smalldate=header.smalldate; 
    16651665                                data.msg_day = header.msg_day; 
    16661666                                data.msg_hour = header.msg_hour; 
    1667  
    1668                         } 
     1667                        } 
     1668                        } 
     1669                      } 
    16691670                        this.show_msg(data); 
    16701671                } 
Note: See TracChangeset for help on using the changeset viewer.