Ignore:
Timestamp:
05/10/12 15:58:48 (12 years ago)
Author:
alexandrecorreia
Message:

Ticket #2713 - Corrigido erro ao carregar alguns itens do ExpressoAdmin.

File:
1 edited

Legend:

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

    r5593 r6157  
    167167                function add_groups() 
    168168                { 
    169                         $GLOBALS['phpgw']->js->set_onload('get_available_users(document.forms[0].org_context.value, document.forms[0].ea_check_allUsers.checked);'); 
    170169                        if ($this->current_config['expressoAdmin_samba_support'] == 'true') 
    171170                                $GLOBALS['phpgw']->js->set_onload('get_available_sambadomains(document.forms[0].context.value, \'create_group\');'); 
     
    246245                function edit_groups() 
    247246                { 
    248                         $GLOBALS['phpgw']->js->set_onload('get_available_users(document.forms[0].org_context.value, document.forms[0].ea_check_allUsers.checked);'); 
    249  
    250247                        $manager_lid = $GLOBALS['phpgw']->accounts->data['account_lid']; 
    251248                        $manager_acl = $this->functions->read_acl($manager_lid); 
Note: See TracChangeset for help on using the changeset viewer.