Changeset 4293


Ignore:
Timestamp:
05/09/11 18:29:27 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Corrigido exibição de grupos com email do LDAP. r4241

Location:
branches/2.2.0.1/contactcenter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/contactcenter/inc/class.bo_ldap_manager.inc.php

    r3288 r4293  
    5454                                                'acc'    => $data['cc_ldap_browse_dn0'], 
    5555                                                'pw'     => $data['cc_ldap_pw0'], 
    56                                                 'obj'    => 'inetOrgPerson', 
     56                                                'obj'    => 'phpgwAccount', 
    5757                                                'branch' => $ou, //strtolower('ou'), 
    5858                                                'montaDN'=> $subLevels, //$data['cc_ldap_subLevels'], 
  • branches/2.2.0.1/contactcenter/js/cc.js

    r4260 r4293  
    21412141                                                                        break; 
    21422142                                                                else 
    2143                                                                         if (account_type == 'list') 
     2143                                                                        if (account_type == 'list' || account_type == 'group') 
    21442144                                                                                icon = '<img src="templates/default/images/people-mini.png" align="center">'; 
    21452145                                                                        else 
Note: See TracChangeset for help on using the changeset viewer.