Ignore:
Timestamp:
04/24/07 17:30:15 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2 r16  
    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_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']))); 
     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']))); 
    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_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']))); 
     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']))); 
    254254 
    255255                        // Usuarios do grupo. 
Note: See TracChangeset for help on using the changeset viewer.