Ignore:
Timestamp:
08/03/10 14:27:44 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #1091 - Implementado a busca de salas para bate-papo no novo modulo Expresso messenger XEP-0045-MUC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/jmessenger/inc/class.LdapIM.inc.php

    r3013 r3126  
    411411                        $filter         = "(&(phpgwaccounttype=u)(|".$uidnumber.")(".$search ."))"; 
    412412                        $justthese      = array( $this->attribute, "uidNumber", "cn", "mail", "phpgwAccountVisible", "dn", "jpegPhoto" );                                                                
    413                         $search         = ldap_search( $this->ldap, $searchRoot, $filter, $justthese, 0, $this->max_result + 1); 
    414                         $entry          = ldap_get_entries( $this->ldap, $search ); 
     413                        $search         = @ldap_search( $this->ldap, $searchRoot, $filter, $justthese, 0, $this->max_result + 1); 
     414                        $entry          = @ldap_get_entries( $this->ldap, $search ); 
    415415                        $result         = $this->resultArray( $entry, $this->ldap ); 
    416416                }                
Note: See TracChangeset for help on using the changeset viewer.