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/expressoMail1_2/login_offline.php

    r5934 r7655  
    196196                $organizations = $obj_organization->organization_search($GLOBALS['phpgw_info']['server']['ldap_context']); 
    197197                 
    198                 for ($i=0; $i<count($organizations); $i++) 
     198                for ($i=0; $i<count($organizations); ++$i) 
    199199                { 
    200200                        $tmp_array[strtolower($organizations[$i])] = $organizations[$i];         
Note: See TracChangeset for help on using the changeset viewer.