Changeset 1377


Ignore:
Timestamp:
08/28/09 14:57:22 (15 years ago)
Author:
niltonneto
Message:

Ticket #550 - Correção de problema referente à exportação.

File:
1 edited

Legend:

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

    r1247 r1377  
    4848        // Rommel Cysne (rommel.cysne@serpro.gov.br) 
    4949        // em 17/12/2008. 
    50         function createFileEml($sEMLData, $tempDir, $id, $subject=false, $i) 
     50        function createFileEml($sEMLData, $tempDir, $id, $subject=false, $i=false) 
    5151    { 
    5252        if($id) 
     
    6767                        // sera passado para compor o nome do arquivo .eml; 
    6868 
    69                         if($subject){ 
     69                        if($subject && $i){ 
    7070                                $from = "áàâãäéèêëíìîïóòôõöúùûüç?\"!@#$%š&*()-=+Ž`[]{}~^,<>;:/?\\|¹²³£¢¬§ªº°ÁÀÂÃÄÉÈÊËÍÌÎÏÓÒÔÕÖÚÙÛÜÇ"; 
    7171                                $to =   "aaaaaeeeeiiiiooooouuuuc__________________________________________AAAAAEEEEIIIIOOOOOUUUUC"; 
     
    7676                        } else{ 
    7777                                $file = "email_".$_SESSION[ 'phpgw_session' ][ 'session_id' ].".eml"; 
    78         }     
     78                }     
    7979        } 
    8080         
Note: See TracChangeset for help on using the changeset viewer.