Ignore:
Timestamp:
12/18/12 16:15:29 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Correcoes para Performance: Function Within Loop Declaration.

File:
1 edited

Legend:

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

    r7655 r7673  
    107107                } 
    108108 
    109                 for($p = 0, $i = 1; $p < count($parts); ++$n, ++$p, ++$i) 
     109                $parts_count = count($parts); 
     110                for($p = 0, $i = 1; $p < $parts_count; ++$n, ++$p, ++$i) 
    110111                { 
    111112                    // Skip the following... 
Note: See TracChangeset for help on using the changeset viewer.