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/classic/login_classic.php

    r5912 r7655  
    239239                $organizations = $obj_organization->organization_search($GLOBALS['phpgw_info']['server']['ldap_context']); 
    240240                 
    241                 for ($i=0; $i<count($organizations); $i++) 
     241                for ($i=0; $i<count($organizations); ++$i) 
    242242                { 
    243243                        $tmp_array[strtolower($organizations[$i])] = $organizations[$i];         
Note: See TracChangeset for help on using the changeset viewer.