Ignore:
Timestamp:
12/17/09 10:01:43 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #808 - Busca implementada utilizando somente os grupos cadastrados.

File:
1 edited

Legend:

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

    r1859 r1862  
    180180 
    181181                    $orgs = array_unique($orgs); 
    182          
    183                                 foreach( $orgs as $orgB )                                
     182 
     183                                foreach( $orgs as $orgB ) 
    184184                                        $result[] = $this->ldap->getUsersLdapRoot("cn=*".$pName."*", $filter_uid, $orgB ); 
     185 
    185186                        } 
    186187                        else 
Note: See TracChangeset for help on using the changeset viewer.