Ignore:
Timestamp:
09/03/12 10:11:03 (12 years ago)
Author:
gustavo
Message:

Ticket #3087 - Inconsistência em pastas que contenham acento em letra maiuscula

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/common_functions.js

    r6996 r7145  
    249249        div_attachment = document.getElementById("id_div_attachment"); 
    250250        var params = ''; 
    251  
     251        if(msg_folder) 
     252                msg_folder = utf8_decoder(Base64.decode(msg_folder)); 
    252253        if (div_attachment == null){ 
    253254                var div_attachment = document.createElement("DIV"); 
     
    273274                download_attachments(null, null, data, null,null,'anexos.zip'); 
    274275        } 
    275         cExecute("$this.exporteml.download_all_attachments",handler_source,"folder="+msg_folder+"&num_msg="+msg_number); 
     276        cExecute("$this.exporteml.download_all_attachments",handler_source,"folder="+utf8_decoder(msg_folder)+"&num_msg="+msg_number); 
    276277} 
    277278//ADD forwarded files 
Note: See TracChangeset for help on using the changeset viewer.