Ignore:
Timestamp:
12/16/09 16:19:32 (14 years ago)
Author:
alexandrecorreia
Message:

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

Location:
trunk/jabberit_messenger/inc
Files:
2 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                                                         
  • trunk/jabberit_messenger/inc/class.ldap_im.inc.php

    r1853 r1856  
    217217                        return $result; 
    218218 
    219                 /*       
    220                 if( $result['count'] > 0 ) 
    221                 { 
    222                         array_shift($result[0]['memberuid']); 
    223                         return $result[0]['memberuid']; 
    224                 } 
    225                 */ 
    226                  
    227219                return false; 
    228220        } 
Note: See TracChangeset for help on using the changeset viewer.