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/reports/inc/class.fpdf.inc.php

    r7655 r7673  
    15891589                { 
    15901590                        $trns=''; 
    1591                         for($i=0;$i<count($info['trns']);++$i) 
     1591            $info_trns_count = count($info['trns']); 
     1592                        for($i=0;$i<$info_trns_count;++$i) 
    15921593                                $trns.=$info['trns'][$i].' '.$info['trns'][$i].' '; 
    15931594                        $this->_out('/Mask ['.$trns.']'); 
Note: See TracChangeset for help on using the changeset viewer.