Ignore:
Timestamp:
12/16/09 16:19:32 (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

    r1853 r1856  
    146146                 
    147147        }                                
    148  
     148                 
    149149        if( count($array_uids) == 0 ) 
    150150        { 
     
    190190        if( !$this->groupsLocked() ) 
    191191        { 
    192                         $array_uids_external    = array(); 
     192                        $array_uids_external = array(); 
    193193 
    194194                        if( $serversLdap ) 
     
    209209                                                                $array_uids_external = array_merge($array_uids_external, $array_result[0]['memberuid']); 
    210210                                                                unset($array_result); 
    211                                                                 //$array_uids_external = @array_merge($array_uids_external, $this->ldap->getGroupsMemberUid( $group[0], $key )); 
    212211                                                        } 
    213212                                                         
Note: See TracChangeset for help on using the changeset viewer.