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/phpgwapi/templates/default/login_default.php

    r7109 r7655  
    351351                $organizations = $obj_organization->organization_search($GLOBALS['phpgw_info']['server']['ldap_context']); 
    352352                 
    353                 for ($i=0; $i<count($organizations); $i++) 
     353                for ($i=0; $i<count($organizations); ++$i) 
    354354                { 
    355355                        $tmp_array[strtolower($organizations[$i])] = $organizations[$i];         
     
    546546                // gera parametro com tokens suportados .... 
    547547                $var_tokens = ''; 
    548                 for($ii = 1; $ii < 11; $ii++) 
     548                for($ii = 1; $ii < 11; ++$ii) 
    549549                { 
    550550                        if($GLOBALS['phpgw_info']['server']['test_token' . $ii . '1']) 
Note: See TracChangeset for help on using the changeset viewer.