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.html_tables.inc.php

    r7655 r7673  
    142142                                                $row = $rows[$rno]; 
    143143 
    144                                                 for($pc=0;$pc<count($row);++$pc) 
     144                        $row_count = count($row); 
     145                                                for($pc=0;$pc<$row_count;++$pc) 
    145146                                                { 
    146147                                                        $c = $row[$cols[$pc]]; 
Note: See TracChangeset for help on using the changeset viewer.