Changeset 962 for trunk/contactcenter


Ignore:
Timestamp:
06/09/09 10:34:06 (15 years ago)
Author:
niltonneto
Message:

Ticket #480 - Alteração de filtro LDAP que traz participantes de um grupo LDAP foi revertida.

File:
1 edited

Legend:

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

    r904 r962  
    27752775                        $array_participants = array(); 
    27762776                        if($filter) { 
    2777                                 $filter = "(&(|".$filter.")(!(phpgwaccountvisible=-1)))";                                
     2777                                $filter = "(|".$filter.")"; 
    27782778                                $valarray = explode(',',$id); 
    27792779                                array_shift($valarray); 
Note: See TracChangeset for help on using the changeset viewer.