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/workflow/inc/smarty/internals/core.process_cached_inserts.php

    r795 r7655  
    1818    list($cached_inserts, $insert_args) = $match; 
    1919 
    20     for ($i = 0, $for_max = count($cached_inserts); $i < $for_max; $i++) { 
     20    for ($i = 0, $for_max = count($cached_inserts); $i < $for_max; ++$i) { 
    2121        if ($smarty->debugging) { 
    2222            $_params = array(); 
Note: See TracChangeset for help on using the changeset viewer.