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/filemanager/tp/dompdf/include/cpdf_adapter.cls.php

    r7655 r7673  
    570570     
    571571    // Adjust y values 
    572     for ( $i = 1; $i < count($points); $i += 2) 
     572    $points_count = count($points); 
     573    for ( $i = 1; $i < $points_count; $i += 2) 
    573574      $points[$i] = $this->y($points[$i]); 
    574575     
Note: See TracChangeset for help on using the changeset viewer.