Ignore:
Timestamp:
06/21/07 08:32:34 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

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

    r27 r33  
    7878                        else 
    7979                        { 
    80                                  
    8180                                foreach($sambadomains_info as $domains) 
    8281                                { 
     
    119118 
    120119                        // Pega combo das organizações e seleciona, caso seja um post, o setor que o usuario selecionou. 
    121                         $organizations = $this->functions->get_organizations($manager_context, $_POST['context']); 
    122  
     120                        $organizations = $this->functions->get_sectors($_POST['context'], false, false); 
     121                         
    123122                        unset($GLOBALS['phpgw_info']['flags']['noheader']); 
    124123                        unset($GLOBALS['phpgw_info']['flags']['nonavbar']); 
Note: See TracChangeset for help on using the changeset viewer.