Ignore:
Timestamp:
06/14/10 17:20:59 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #1105 - Emails sem o campo 'from' e 'attachments' inviabiliza sua exibicao modulo do ExpressoMail?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/jscode/draw_messages.js

    r2919 r2927  
    146146        var subject = createAndSet('TD',['id', 'class'],["subject_"+this.id, "header_message_field"],info_msg.subject); 
    147147        tbody_message_others_options.appendChild(appendChilds(tr5,td5,subject)); 
    148         if (info_msg.attachments.length > 0){ 
     148        if ( info_msg.attachments  && info_msg.attachments.length > 0){ 
    149149                var tr6 = document.createElement("TR"); 
    150150                tr6.className = "tr_message_header"; 
Note: See TracChangeset for help on using the changeset viewer.