Ignore:
Timestamp:
02/26/08 17:04:07 (16 years ago)
Author:
niltonneto
Message:
 
File:
1 edited

Legend:

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

    r73 r180  
    289289                        $p->set_file(Array('create_group' => 'groups_form.tpl')); 
    290290 
    291                         // Pega combo das organizações e seleciona a org do grupo. 
    292                         //$combo_manager_org = $this->functions->get_organizations($manager_context, trim(strtolower($group_info['context']))); 
     291                        // Obtem combo das organizações e seleciona a org do grupo. 
    293292                        foreach ($manager_contexts as $index=>$context) 
    294293                                $combo_manager_org .= $this->functions->get_organizations($context, trim(strtolower($group_info['context']))); 
Note: See TracChangeset for help on using the changeset viewer.