Changeset 2237


Ignore:
Timestamp:
03/12/10 16:30:57 (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.0/expressoMail1_2/inc/class.message_components.inc.php

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