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/plugins/block.textformat.php

    r795 r7655  
    7676    $_output = ''; 
    7777 
    78     for($_x = 0, $_y = count($_paragraphs); $_x < $_y; $_x++) { 
     78    for($_x = 0, $_y = count($_paragraphs); $_x < $_y; ++$_x) { 
    7979        if ($_paragraphs[$_x] == '') { 
    8080            continue; 
Note: See TracChangeset for help on using the changeset viewer.