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

    r7186 r7655  
    1616                        $count_files = $_POST['countFiles']; 
    1717                        $array_files = array();                  
    18                         for($idx = 1; $idx <= $count_files; $idx++) {            
     18                        for($idx = 1; $idx <= $count_files; ++$idx) { 
    1919                                if(array_key_exists('file_'.$idx , $_FILES) && $_FILES['file_'.$idx] && !$_FILES['file_'.$idx]['error']) 
    2020                                        $array_files[] = $_FILES['file_'.$idx];                                           
Note: See TracChangeset for help on using the changeset viewer.