Changeset 3363 for branches


Ignore:
Timestamp:
10/15/10 11:22:26 (13 years ago)
Author:
valmir.sena
Message:

Ticket #1377 - Permitir Administrador de uma OU adicionar usuarios de uma Outra OU nas permissoes de SCL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoAdmin1_2/inc/class.uimaillists.inc.php

    r3351 r3363  
    344344                        $p->set_block('scl_maillist','body','body'); 
    345345 
    346                         // Pega combo das organizações e seleciona a org da lista. 
    347                         // $org = $this->functions->get_organizations($manager_context, trim(strtolower($maillist_info['context']))); 
    348                         foreach ($manager_contexts as $index=>$context) 
    349                                 $sectors .= $this->functions->get_organizations($context, trim(strtolower($maillist_info['context'])) ); 
     346                        // Pega combo das organizações e seleciona a org da lista.                       
     347                        $sectors = $this->functions->get_organizations($GLOBALS['phpgw_info']['server']['ldap_context']); 
    350348 
    351349                        // Usuarios de senders. 
Note: See TracChangeset for help on using the changeset viewer.