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

    r3167 r7655  
    428428 
    429429                                        reset($config_type); 
    430                                         for($i = 0; ($current =& each($config_type) != null); $i++){ 
     430                                        for($i = 0; ($current =& each($config_type) != null); ++$i){ 
    431431                                                $this->t->set_var(array( 
    432432                                                        'config_option_name'            => $current['value'], 
Note: See TracChangeset for help on using the changeset viewer.