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/emailadmin/inc/class.ui.inc.php

    r7655 r7673  
    240240                        if ($profileList) 
    241241                        { 
    242                                 for ($i=0; $i < count($profileList); ++$i) 
     242                $profileList_count = count($profileList); 
     243                                for ($i=0; $i < $profileList_count; ++$i) 
    243244                                { 
    244245                                        $linkData = array 
Note: See TracChangeset for help on using the changeset viewer.