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

    r6920 r7655  
    147147                                        // Lista os participantes da conta institucional 
    148148                                        $max = count($row_mailforwardingaddress); 
    149                                         for ($i=0; $i <= $max; $i++) 
     149                                        for ($i=0; $i <= $max; ++$i) 
    150150                                        { 
    151151                                                if ($max == $i) 
     
    502502                                        $max = count($accountr['account_mailForwardingAddress']); 
    503503                                        $row_participants = ''; 
    504                                         for ($i=0; $i <= $max; $i++) 
     504                                        for ($i=0; $i <= $max; ++$i) 
    505505                                       { 
    506506                                                if (0 == $i) 
     
    555555                                if ($fimgpg > 1) 
    556556                                { 
    557                                         for($x = $iniciogpg; $x <= $fimgpg; $x++) 
     557                                        for($x = $iniciogpg; $x <= $fimgpg; ++$x) 
    558558                                        { 
    559559                                                $varp = Array( 
Note: See TracChangeset for help on using the changeset viewer.