Ignore:
Timestamp:
03/10/08 09:20:40 (16 years ago)
Author:
niltonneto
Message:

Alterações do mantenedor do módulo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.uimanagers.inc.php

    r180 r208  
    162162                        */ 
    163163                         
    164                         $options_context = $this->functions->get_organizations($GLOBALS['phpgw_info']['server']['ldap_context'], '', false, true); 
     164                        $options_context = $this->functions->get_organizations($GLOBALS['phpgw_info']['server']['ldap_context'], '', false, true, false); 
    165165                         
    166166                        // Seta variaveis que estao no TPL 
     
    292292                        foreach ($a_context as $context) 
    293293                                $input_context_fields .= '<div><input disabled type="text" value="'.$context.'" size=60></input><span onclick="this.parentNode.parentNode.removeChild(this.parentNode);" style="cursor:pointer"> -</span></div>'; 
    294                         $options_context = $this->functions->get_organizations($GLOBALS['phpgw_info']['server']['ldap_context'], '', false, true); 
     294                        $options_context = $this->functions->get_organizations($GLOBALS['phpgw_info']['server']['ldap_context'], '', false, true, false); 
    295295 
    296296                        $var = Array( 
Note: See TracChangeset for help on using the changeset viewer.