Changeset 8164 for branches/2.5


Ignore:
Timestamp:
05/28/13 14:15:32 (11 years ago)
Author:
douglas
Message:

Ticket #3454 - Mensagens causando inconsistencia na pasta enviados

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/expressoMail1_2/js/draw_api.js

    r8159 r8164  
    20482048                                                this.title = title_to;  
    20492049                                        }; 
    2050                                         if (headers_msgs.to) { 
     2050                                        if (headers_msgs.to && headers_msgs.to[0]) { 
    20512051                                                if (headers_msgs.to[0].name != null){ 
    20522052                                                        spanSender.innerHTML += headers_msgs.to[0].name; 
Note: See TracChangeset for help on using the changeset viewer.