Changeset 7040


Ignore:
Timestamp:
08/16/12 15:01:24 (12 years ago)
Author:
angelo
Message:

Ticket #3038 - Exportar multiplas mensagens nao funciona

Location:
trunk/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.exporteml.inc.php

    r6860 r7040  
    425425                                {                
    426426                                        $file = $tempDir.'/'.$nameFileZip; 
     427                                        $ret[] = $file; 
     428                                    return $ret;   
    427429                                } else { 
    428430                                        $file = false; 
  • trunk/expressoMail1_2/js/main.js

    r7028 r7040  
    37373737                filename = data[1]+'.eml';  
    37383738                        }  
    3739                         download_attachments(null, null, data[0], null,null,data[1]+'.eml');  
     3739                        download_attachments(null, null, data[0], null,null,filename);  
    37403740                } 
    37413741        } 
Note: See TracChangeset for help on using the changeset viewer.