phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] email/inc class.mail_msg_display.inc.php [Version-0_9


From: Dave Hall
Subject: [Phpgroupware-cvs] email/inc class.mail_msg_display.inc.php [Version-0_9_16-branch]
Date: Wed, 16 Aug 2006 14:54:13 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    email
Branch:         Version-0_9_16-branch
Changes by:     Dave Hall <skwashd>     06/08/16 14:54:13

Modified files:
        inc            : class.mail_msg_display.inc.php 

Log message:
        patch #5274++

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/email/inc/class.mail_msg_display.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.40.2.5&r2=1.40.2.6

Patches:
Index: class.mail_msg_display.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.mail_msg_display.inc.php,v
retrieving revision 1.40.2.5
retrieving revision 1.40.2.6
diff -u -b -r1.40.2.5 -r1.40.2.6
--- class.mail_msg_display.inc.php      6 Nov 2004 16:13:46 -0000       1.40.2.5
+++ class.mail_msg_display.inc.php      16 Aug 2006 14:54:13 -0000      1.40.2.6
@@ -23,7 +23,7 @@
        * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA         
        *
        
\**************************************************************************/
 
-       /* $Id: class.mail_msg_display.inc.php,v 1.40.2.5 2004/11/06 16:13:46 
powerstat Exp $ */
+       /* $Id: class.mail_msg_display.inc.php,v 1.40.2.6 2006/08/16 14:54:13 
skwashd Exp $ */
 
        // include this last, it extends mail_msg_wrappers which extends 
mail_msg_base
        // so (1) include mail_msg_base, (2) incluse mail_msg_wrappers 
extending mail_msg_base
@@ -1260,7 +1260,7 @@
 
                                        // get THIRD/EMBEDDED level part 
information
                                        $d2_array_pos = $array_position;
-                                       if ($d2_part['ex_num_subparts'] != 
$not_set)
+                                       if ($d2_part != $not_set)
                                        {
                                                $d3_num_parts = 
$part_nice[$d2_array_pos]['ex_num_subparts'];
                                                for ($d3 = 0; $d3 < 
$d3_num_parts; $d3++)
@@ -1273,7 +1273,7 @@
 
                                                        // get FOURTH/EMBEDDED 
level part information
                                                        $d3_array_pos = 
$array_position;
-                                                       if 
($d3_part['ex_num_subparts'] != $not_set)
+                                                       if ($d3_part != 
$not_set)
                                                        {
                                                                $d4_num_parts = 
$part_nice[$d3_array_pos]['ex_num_subparts'];
                                                                for ($d4 = 0; 
$d4 < $d4_num_parts; $d4++)
@@ -1286,7 +1286,7 @@
 
                                                                        // get 
FIFTH LEVEL EMBEDDED level part information
                                                                        
$d4_array_pos = $array_position;
-                                                                       if 
($d4_part['ex_num_subparts'] != $not_set)
+                                                                       if 
($d4_part != $not_set)
                                                                        {
                                                                                
$d5_num_parts = $part_nice[$d4_array_pos]['ex_num_subparts'];
                                                                                
for ($d5 = 0; $d5 < $d5_num_parts; $d5++)
@@ -1299,7 +1299,7 @@
 
                                                                                
        // get SIXTH LEVEL EMBEDDED level part information
                                                                                
        $d5_array_pos = $array_position;
-                                                                               
        if ($d5_part['ex_num_subparts'] != $not_set)
+                                                                               
        if ($d5_part != $not_set)
                                                                                
        {
                                                                                
                $d6_num_parts = $part_nice[$d5_array_pos]['ex_num_subparts'];
                                                                                
                for ($d6 = 0; $d6 < $d6_num_parts; $d6++)
@@ -1312,7 +1312,7 @@
 
                                                                                
                        // get SEVENTH LEVEL EMBEDDED level part information
                                                                                
                        $d6_array_pos = $array_position;
-                                                                               
                        if ($d6_part['ex_num_subparts'] != $not_set)
+                                                                               
                        if ($d6_part != $not_set)
                                                                                
                        {
                                                                                
                                $d7_num_parts = 
$part_nice[$d6_array_pos]['ex_num_subparts'];
                                                                                
                                for ($d7 = 0; $d7 < $d7_num_parts; $d7++)
@@ -1325,7 +1325,7 @@
 
                                                                                
                                        // get EIGTH LEVEL EMBEDDED level part 
information
                                                                                
                                        $d7_array_pos = $array_position;
-                                                                               
                                        if ($d7_part['ex_num_subparts'] != 
$not_set)
+                                                                               
                                        if ($d7_part != $not_set)
                                                                                
                                        {
                                                                                
                                                $d8_num_parts = 
$part_nice[$d7_array_pos]['ex_num_subparts'];
                                                                                
                                                for ($d8 = 0; $d8 < 
$d8_num_parts; $d8++)
@@ -1338,7 +1338,7 @@
 
                                                                                
                                                        // get NINTH LEVEL 
EMBEDDED level part information
                                                                                
                                                        $d8_array_pos = 
$array_position;
-                                                                               
                                                        if 
($d8_part['ex_num_subparts'] != $not_set)
+                                                                               
                                                        if ($d8_part != 
$not_set)
                                                                                
                                                        {
                                                                                
                                                                $d9_num_parts = 
$part_nice[$d8_array_pos]['ex_num_subparts'];
                                                                                
                                                                for ($d9 = 0; 
$d9 < $d9_num_parts; $d9++)
@@ -1351,7 +1351,7 @@
 
                                                                                
                                                                        // get 
10th LEVEL EMBEDDED level part information
                                                                                
                                                                        
$d9_array_pos = $array_position;
-                                                                               
                                                                        if 
($d9_part['ex_num_subparts'] != $not_set)
+                                                                               
                                                                        if 
($d9_part != $not_set)
                                                                                
                                                                        {
                                                                                
                                                                                
$d10_num_parts = $part_nice[$d9_array_pos]['ex_num_subparts'];
                                                                                
                                                                                
for ($d10 = 0; $d10 < $d10_num_parts; $d10++)
@@ -1364,7 +1364,7 @@
 
                                                                                
                                                                                
        // get 11th LEVEL EMBEDDED level part information
                                                                                
                                                                                
        $d10_array_pos = $array_position;
-                                                                               
                                                                                
        if ($d10_part['ex_num_subparts'] != $not_set)
+                                                                               
                                                                                
        if ($d10_part != $not_set)
                                                                                
                                                                                
        {
                                                                                
                                                                                
                $d11_num_parts = $part_nice[$d10_array_pos]['ex_num_subparts'];
                                                                                
                                                                                
                for ($d11 = 0; $d11 < $d11_num_parts; $d11++)
@@ -1377,7 +1377,7 @@
                                                                                
                                                                                
                        
                                                                                
                                                                                
                        // get 12th LEVEL EMBEDDED level part information
                                                                                
                                                                                
                        $d11_array_pos = $array_position;
-                                                                               
                                                                                
                        if ($d11_part['ex_num_subparts'] != $not_set)
+                                                                               
                                                                                
                        if ($d11_part != $not_set)
                                                                                
                                                                                
                        {
                                                                                
                                                                                
                                $d12_num_parts = 
$part_nice[$d11_array_pos]['ex_num_subparts'];
                                                                                
                                                                                
                                for ($d12 = 0; $d12 < $d12_num_parts; $d12++)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]