Ignore:
Timestamp:
12/15/09 15:49:48 (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.ldap_im.inc.php

    r1757 r1843  
    309309                { 
    310310                        if( $this->ldap ) 
    311                                 ldap_close($this->ldap); 
     311                                @ldap_close($this->ldap); 
    312312                         
    313313                        if( $pLdap && $pLdap == $confHosts[$i]['serverLdap'] ) 
Note: See TracChangeset for help on using the changeset viewer.