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

    r3167 r7655  
    3030                        $count_files = $_POST['countFiles']; 
    3131                        $array_files = array();                  
    32                         for($idx = 1; $idx <= $count_files; $idx++) {            
     32                        for($idx = 1; $idx <= $count_files; ++$idx) { 
    3333                                if($_FILES['file_'.$idx] && !$_FILES['file_'.$idx]['error']) 
    3434                                        $array_files[] = $_FILES['file_'.$idx];                                           
Note: See TracChangeset for help on using the changeset viewer.