Ignore:
Timestamp:
03/30/07 18:29:10 (17 years ago)
Author:
niltonneto
Message:

Verificar change log

File:
1 edited

Legend:

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

    r2 r10  
    168168                                            break; 
    169169                                        } 
     170                                        if(strtolower($param->attribute) == 'charset'){ 
     171                                                if($this->charset[$mid][$n] == '') 
     172                                                        $this->charset[$mid][$n] = $param->value; 
     173                                        } 
    170174                                    } 
    171                                 }                                 
     175                                                                } 
    172176                            //} 
    173177                        /*} 
Note: See TracChangeset for help on using the changeset viewer.