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/expressoAdmin1_2/controller.php

    r7194 r7655  
    2626                        $count_files = $_POST['countFiles']; 
    2727                        $array_files = array();                  
    28                         for($idx = 1; $idx <= $count_files; $idx++) {            
     28                        for($idx = 1; $idx <= $count_files; ++$idx) { 
    2929                                if($_FILES['file_'.$idx] && !$_FILES['file_'.$idx]['error']) 
    3030                                        $array_files[] = $_FILES['file_'.$idx];                                           
Note: See TracChangeset for help on using the changeset viewer.