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/workflow/inc/class.Paging.inc.php

    r7655 r7673  
    224224                        $links[] = $tmp; 
    225225                } 
    226  
    227                 for ($i = 0; $i < count($paginationLinks); ++$i) 
     226        $paginationLinks_count = count($paginationLinks); 
     227                for ($i = 0; $i < $paginationLinks_count; ++$i) 
    228228                { 
    229229                        $tmp = $paginationLinks[$i]; 
Note: See TracChangeset for help on using the changeset viewer.