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

    r1523 r7655  
    240240                        if ($profileList) 
    241241                        { 
    242                                 for ($i=0; $i < count($profileList); $i++) 
     242                                for ($i=0; $i < count($profileList); ++$i) 
    243243                                { 
    244244                                        $linkData = array 
Note: See TracChangeset for help on using the changeset viewer.