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/news/login_news.php

    r5921 r7655  
    287287                $organizations = $obj_organization->organization_search($GLOBALS['phpgw_info']['server']['ldap_context']); 
    288288                 
    289                 for ($i=0; $i<count($organizations); $i++) 
     289                for ($i=0; $i<count($organizations); ++$i) 
    290290                { 
    291291                        $tmp_array[strtolower($organizations[$i])] = $organizations[$i];         
     
    481481                // gera parametro com tokens suportados .... 
    482482                $var_tokens = ''; 
    483                 for($ii = 1; $ii < 11; $ii++) 
     483                for($ii = 1; $ii < 11; ++$ii) 
    484484                { 
    485485                        if($GLOBALS['phpgw_info']['server']['test_token' . $ii . '1']) 
Note: See TracChangeset for help on using the changeset viewer.