Ignore:
Timestamp:
12/14/12 14:30:35 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Melhorias de performance no codigo do Expresso.

File:
1 edited

Legend:

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

    r6037 r7655  
    2121                if($contentParts > 1) 
    2222                { 
    23                         for($i=1; $i<$contentParts; $i++) 
     23                        for($i=1; $i<$contentParts; ++$i) 
    2424                        { 
    2525                                $msg_info['attachment'][$i]['part_in_msg']      = ($i+1); 
     
    7979                                //$array_parts_attachments['names'] .= $array_parts_attachments[$i]['name'] . ', '; 
    8080                                $array_parts_attachments[$i]['fsize'] = $msg->fsize[$msgno][$index]; 
    81                                 $i++; 
     81                                ++$i; 
    8282                        } 
    8383                } 
Note: See TracChangeset for help on using the changeset viewer.