Ignore:
Timestamp:
12/18/12 16:15:29 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Correcoes para Performance: Function Within Loop Declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.accounts_contacts.inc.php

    r7655 r7673  
    172172 
    173173                        /* get user information for each user/group */ 
    174                         for($i=0;$i<count($allValues);++$i) 
     174            $allValues_count = count($allValues); 
     175                        for($i=0;$i<$allValues_count;++$i) 
    175176                        { 
    176177                                $accounts[] = Array( 
Note: See TracChangeset for help on using the changeset viewer.