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

    r7655 r7673  
    12831283                { 
    12841284                        $trns=''; 
    1285                         for($i=0;$i<count($info['trns']);++$i) 
     1285            $info_trns_count = count($info['trns']); 
     1286                        for($i=0;$i<$info_trns_count;++$i) 
    12861287                                $trns.=$info['trns'][$i].' '.$info['trns'][$i].' '; 
    12871288                        $this->_out('/Mask ['.$trns.']'); 
Note: See TracChangeset for help on using the changeset viewer.