Changeset 567 for trunk


Ignore:
Timestamp:
01/05/09 17:46:54 (15 years ago)
Author:
niltonneto
Message:

resolve #383

File:
1 edited

Legend:

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

    r13 r567  
    122122                    else 
    123123                    { 
    124                         $this->pid[$mid][$n]       = ($is_sub_part == false)? $i : $sub_pid.'.'.$i; 
     124                        $this->pid[$mid][$n]       = ($is_sub_part == false)? $i : ($sub_pid == '' ? '1' : $sub_pid).'.'.$i; 
    125125                        $this->file_type[$mid][$n] = $ftype; 
    126126                        $this->encoding[$mid][$n]  = $encoding; 
Note: See TracChangeset for help on using the changeset viewer.