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

    r5593 r6157  
    167167                function add_maillists() 
    168168                { 
    169                                 $GLOBALS['phpgw']->js->set_onload('get_available_users(document.forms[0].org_context.value, document.forms[0].ea_check_allUsers.checked);'); 
    170  
    171169                        $manager_lid = $GLOBALS['phpgw']->accounts->data['account_lid']; 
    172170                        $manager_acl = $this->functions->read_acl($manager_lid); 
     
    215213                function edit_maillists() 
    216214                { 
    217                         $GLOBALS['phpgw']->js->set_onload('get_available_users(document.forms[0].org_context.value, document.forms[0].ea_check_allUsers.checked);'); 
    218  
    219215                        $manager_lid = $GLOBALS['phpgw']->accounts->data['account_lid']; 
    220216                        $manager_acl = $this->functions->read_acl($manager_lid); 
     
    315311                function scl_maillists() 
    316312                { 
    317                         $GLOBALS['phpgw']->js->set_onload('get_available_users(document.forms[0].org_context.value, document.forms[0].ea_check_allUsers.checked);'); 
    318                          
    319313                        $manager_lid = $GLOBALS['phpgw']->accounts->data['account_lid']; 
    320314                        $manager_acl = $this->functions->read_acl($manager_lid); 
Note: See TracChangeset for help on using the changeset viewer.