Changeset 2238


Ignore:
Timestamp:
03/12/10 16:31:45 (14 years ago)
Author:
niltonneto
Message:

Ticket #961 - Contornando outro problema de exibição de email.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/expressoMail1_2/inc/class.message_components.inc.php

    r2221 r2238  
    118118                    else 
    119119                    { 
    120                         $this->pid[$mid][$n]       = ($is_sub_part == false)? $i : ($sub_pid == '' ? '1' : $sub_pid).'.'.$i; 
     120                        $this->pid[$mid][$n]       = ($is_sub_part == false || $skip_part && $ftype == 'multipart/related' )? $i : ($sub_pid == '' ? '1' : $sub_pid).'.'.$i; 
    121121                        $this->file_type[$mid][$n] = $ftype; 
    122122                        $this->encoding[$mid][$n]  = $encoding; 
Note: See TracChangeset for help on using the changeset viewer.