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/setup/ldapimport.php

    r7655 r7673  
    216216                                                // This is typically an exception to apps for run rights 
    217217                                                //  as a group member. 
    218                                                 for($a=0;$a<count($admins);++$a) 
     218                        $admins_count = count($admins); 
     219                                                for($a=0;$a<$admins_count;++$a) 
    219220                                                { 
    220221                                                        if($admins[$a] == $thisacctlid) 
Note: See TracChangeset for help on using the changeset viewer.