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/report/downloads.php

    r5307 r7655  
    1616 
    1717$fileDown = ''; 
    18 for($i = 1; $i < (count($pathPartes)); $i++){ 
     18for($i = 1; $i < (count($pathPartes)); ++$i){ 
    1919   $fileDown = ($fileDown != '') ? $fileDown . '/' : $fileDown ; 
    2020   $fileDown .= $pathPartes[$i]; 
Note: See TracChangeset for help on using the changeset viewer.