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/admin/inc/class.uilog.inc.php

    r7655 r7673  
    6363                                { 
    6464                                        $c = array(); 
    65                                         for ($i=0;$i<count($_cols);++$i) 
     65                    $cols_count = count($_cols); 
     66                                        for ($i=0;$i<$cols_count;++$i) 
    6667                                        { 
    6768                                                if (!in_array($i, $_delcol)) 
Note: See TracChangeset for help on using the changeset viewer.