Changeset 904 for trunk/contactcenter


Ignore:
Timestamp:
05/22/09 10:46:57 (15 years ago)
Author:
niltonneto
Message:

Ticket #480 - Corrigido problema na exibição de participantes de grupo LDAP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/inc/class.ui_data.inc.php

    r880 r904  
    27752775                        $array_participants = array(); 
    27762776                        if($filter) { 
    2777                                 $filter = "(|".$filter.")"; 
    2778                                 $dn=$this->bo->catalog->src_info['dn']; 
     2777                                $filter = "(&(|".$filter.")(!(phpgwaccountvisible=-1)))";                                
     2778                                $valarray = explode(',',$id); 
     2779                                array_shift($valarray); 
     2780                                $dn = implode(',',$valarray); 
    27792781                                $justThese = array("cn","mail"); 
    27802782                                $sr = ldap_search($ds,$dn, $filter,$justThese);                                                          
Note: See TracChangeset for help on using the changeset viewer.