Changeset 1845


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

    r1778 r1845  
    5656                         
    5757                        $ous = "<option value='-1'>-- ".lang('Select Organization')." --</option>";      
    58                         if( ($LdapOus = $ldap->getOrganizationsLdap()) ) 
     58                        if( ($LdapOus = $ldap->getOrganizationsLdap('localhost')) ) 
    5959                        { 
    6060                                foreach($LdapOus as $key => $val ) 
Note: See TracChangeset for help on using the changeset viewer.