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/filemanager/inc/class.notifications.inc.php

    r7655 r7673  
    110110                         
    111111                        $email_to = explode( ",", $result[0]['email_to'] ); 
    112                          
    113                         for( $i = 0 ; $i < count($email_to); ++$i ) 
     112 
     113            $email_to_count = count($email_to); 
     114                        for( $i = 0 ; $i < $email_to_count; ++$i ) 
    114115                        { 
    115116                                if($email_to[$i] == $emailTo) 
Note: See TracChangeset for help on using the changeset viewer.