Ignore:
Timestamp:
05/07/07 15:06:04 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/inc/class.contacts_im.inc.php

    r20 r23  
    3030                        }                
    3131                } 
    32          
     32                 
    3333                for($i=0; $i < count($array_groups_ldap); $i++) 
    3434                        $array_2[]['members'] = $this->ldap_users->list_groups_ldap($org_ldap,$array_groups_ldap[$i]); 
     
    4646         
    4747                @natsort($array_3); 
     48                 
    4849                $array_4 = @array_values(@array_unique($array_3)); 
    49                  
     50 
    5051                for($i=0; $i < count($array_4); $i++) 
    5152                        $array_5[] = $this->ldap_users->list_users_ldap($org_ldap,"uid", $array_4[$i]); 
     
    5657                        } 
    5758                } 
     59 
     60                sort($array_6);  
    5861                 
    59                 sort($array_6);  
    60  
    6162                for($i=0; $i < count($array_6); $i++){ 
    6263                        $aux = explode(";", $array_6[$i]); 
Note: See TracChangeset for help on using the changeset viewer.