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.uiaccounts.inc.php

    r16 r23  
    200200 
    201201                        // Pega combo das organizações e seleciona, caso seja um post, o setor que o usuario selecionou. 
    202                         $sectors = $this->functions->get_organizations2($manager_context); 
     202                        $sectors = $this->functions->get_organizations($manager_context); 
    203203 
    204204                        // Chama funcao para criar lista de aplicativos disponiveis. 
     
    361361                                                         
    362362                // ORGANIZATIONS 
    363                 $orgs = $this->functions->get_organizations2($manager_context, $user_info['context']); 
     363                $orgs = $this->functions->get_organizations($manager_context, $user_info['context']); 
    364364 
    365365                        // GROUPS. 
Note: See TracChangeset for help on using the changeset viewer.