Ignore:
Timestamp:
07/24/12 10:27:50 (12 years ago)
Author:
marcosw
Message:

Ticket #2947 - Merge do branch das novas funcionalidades para o trunk

File:
1 edited

Legend:

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

    r6707 r6860  
    825825        var num_msg = id_msg.substr(0,(id_msg.length - 2)); 
    826826        var handler_source = function(data){ 
    827                 download_attachments(null, null, data, null,null,'fonte_da_mensagem.eml'); 
     827                download_attachments(null, null, data[0], null,null,data[1]+'.eml'); 
    828828        } 
    829829        cExecute("$this.exporteml.export_msg",handler_source,"folder="+url_decode(folder)+"&msgs_to_export="+num_msg); 
Note: See TracChangeset for help on using the changeset viewer.