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/natural/class.natural.php

    r3167 r7655  
    391391         { 
    392392                //$rows = explode("%NAT_SEP%", wordwrap($this->dataParameter, $lineSize, "%NAT_SEP%")); 
    393                 for ($i=0; $i < strlen($this->dataParameter)/$lineSize; $i++){ 
     393                for ($i=0; $i < strlen($this->dataParameter)/$lineSize; ++$i){ 
    394394                        $rows[] = substr($this->dataParameter, $lineSize*$i , $lineSize); 
    395395                } 
Note: See TracChangeset for help on using the changeset viewer.