Ignore:
Timestamp:
05/07/07 15:06:04 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

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

    r16 r23  
    188188 
    189189                        // Pega combo das organizações e seleciona um dos setores em caso de um erro na validaçao dos dados. 
    190                         $combo_manager_org = $this->functions->get_organizations2($manager_context, trim(strtolower($group_info['context']))); 
    191                         $combo_all_orgs = $this->functions->get_organizations2($GLOBALS['phpgw_info']['server']['ldap_context'], trim(strtolower($group_info['context']))); 
     190                        $combo_manager_org = $this->functions->get_organizations($manager_context, trim(strtolower($group_info['context']))); 
     191                        $combo_all_orgs = $this->functions->get_organizations($GLOBALS['phpgw_info']['server']['ldap_context'], trim(strtolower($group_info['context']))); 
    192192                         
    193193                        // Chama funcao para criar lista de aplicativos disponiveis. 
     
    250250 
    251251                        // Pega combo das organizações e seleciona a org do grupo. 
    252                         $combo_manager_org = $this->functions->get_organizations2($manager_context, trim(strtolower($group_info['context']))); 
    253                         $combo_all_orgs = $this->functions->get_organizations2($GLOBALS['phpgw_info']['server']['ldap_context'], trim(strtolower($group_info['context']))); 
     252                        $combo_manager_org = $this->functions->get_organizations($manager_context, trim(strtolower($group_info['context']))); 
     253                        $combo_all_orgs = $this->functions->get_organizations($GLOBALS['phpgw_info']['server']['ldap_context'], trim(strtolower($group_info['context']))); 
    254254 
    255255                        // Usuarios do grupo. 
     
    292292                                'apps'                                          => $apps, 
    293293                                'use_attrs_samba_checked'       => $group_info['sambaGroup'] ? 'CHECKED' : '', 
     294                                'phpgwaccountvisible_checked'   => $group_info['phpgwaccountvisible'] == '-1' ? 'CHECKED' : '', 
    294295                                'back_url'                                      => $GLOBALS['phpgw']->link('/index.php','menuaction=expressoAdmin1_2.uigroups.list_groups'), 
    295296                                'combo_manager_org'                     => $combo_manager_org, 
Note: See TracChangeset for help on using the changeset viewer.