Changeset 243


Ignore:
Timestamp:
03/25/08 14:47:17 (16 years ago)
Author:
niltonneto
Message:

Correção de código para ocultar listas na janela de Pesquisar,

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.ldap_functions.inc.php

    r205 r243  
    270270                         
    271271                        for ($i=0; $i<$info["count"]; $i++){ 
     272                                if ($info[$i]["phpgwaccountvisible"][0] == '-1') 
     273                                        continue; 
    272274                                if((strtoupper($info[$i]["phpgwaccounttype"][0]) == 'U') && ($info[$i]["phpgwaccountvisible"][0] != '-1')) 
    273275                                        $u_tmp[$info[$i]["mail"][0]] = $info[$i]["cn"][0]; 
Note: See TracChangeset for help on using the changeset viewer.