Ignore:
Timestamp:
12/14/12 14:30:35 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Melhorias de performance no codigo do Expresso.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/filemanager/tp/dompdf/include/frame_tree.cls.php

    r3019 r7655  
    173173    // Store the children in an array so that the tree can be modified 
    174174    $children = array(); 
    175     for ($i = 0; $i < $node->childNodes->length; $i++) 
     175    for ($i = 0; $i < $node->childNodes->length; ++$i) 
    176176      $children[] = $node->childNodes->item($i); 
    177177 
Note: See TracChangeset for help on using the changeset viewer.