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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/engine/src/GUI/GUI.php

    r3167 r7655  
    645645    { 
    646646      $result->Move($offset); 
    647       for ($i = 0; $i < $realMaxRecords; $i++) 
     647      for ($i = 0; $i < $realMaxRecords; ++$i) 
    648648      { 
    649649        $res = $result->fetchRow(); 
Note: See TracChangeset for help on using the changeset viewer.