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/expressoMail1_2/inc/class.functions.inc.php

    r7500 r7655  
    127127                                // End Bug fixed. 
    128128                        }                                                                                                                
    129                         for($i = 0; $i < count($files); $i++) {                          
     129                        for($i = 0; $i < count($files); ++$i) { 
    130130                                if(count(explode('.js',$files[$i])) > 1) { 
    131131                                        if($includeFiles  && array_search(trim($files[$i]),$includeFiles)){      
Note: See TracChangeset for help on using the changeset viewer.