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

    r795 r7655  
    282282        preg_match_all('!^.*\r?\n?!m', $contents, $match); 
    283283        $lines = $match[0]; 
    284         for ($i=0, $count=count($lines); $i<$count; $i++) { 
     284        for ($i=0, $count=count($lines); $i<$count; ++$i) { 
    285285            $line = $lines[$i]; 
    286286            if (empty($line)) continue; 
Note: See TracChangeset for help on using the changeset viewer.