Ignore:
Timestamp:
12/22/09 13:57:38 (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/webservice.php

    r1871 r1885  
    235235                if( $pLdapInternal ) 
    236236                { 
     237                        if( !$this->fileLdapInternal ) 
     238                                return false; 
     239 
    237240                        if( $this->jabberName == (substr($pJid, strpos($pJid, "@") + 1 ))) 
    238241                        { 
    239                                 if( ! $this->fileLdapInternal ) 
    240                                         return false; 
    241242                                 
    242243                                $this->ldapConnect(); 
     
    264265                else 
    265266                {                                        
     267                        if( !$this->fileLdapExternal ) 
     268                                return false; 
     269                                 
    266270                        $jabberName = substr($pJid, strpos($pJid, "@") + 1 ); 
    267271 
     
    270274 
    271275                        $this->ldapConnectExternal($jabberName); 
    272  
    273                         if( !$this->fileLdapExternal ) 
    274                                 return false; 
    275276 
    276277                        if( $this->conn ) 
Note: See TracChangeset for help on using the changeset viewer.