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

    r5141 r7655  
    283283                                                        $account_search[$serial]['data'][$id] = $data; 
    284284                                                } 
    285                                                 $n++; 
     285                                                ++$n; 
    286286                                        } 
    287287                                        $account_search[$serial]['total'] = $this->total; 
     
    436436                        $this->memberships = Array(); 
    437437 
    438                         for ($idx=0; $idx<count($security_equals); $idx++) 
     438                        for ($idx=0; $idx<count($security_equals); ++$idx) 
    439439                        { 
    440440                                $groups = (int)$security_equals[$idx]; 
     
    463463                        } 
    464464 
    465                         for ($idx=0; $idx<count($security_equals); $idx++) 
     465                        for ($idx=0; $idx<count($security_equals); ++$idx) 
    466466                        { 
    467467                                $name = $this->id2name((int)$security_equals[$idx]); 
Note: See TracChangeset for help on using the changeset viewer.