Changeset 3362


Ignore:
Timestamp:
10/15/10 11:21:57 (14 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
  • trunk/expressoAdmin1_2/inc/class.uimaillists.inc.php

    r2712 r3362  
    342342 
    343343                        // Pega combo das organizações e seleciona a org da lista. 
    344                         // $org = $this->functions->get_organizations($manager_context, trim(strtolower($maillist_info['context']))); 
    345                         foreach ($manager_contexts as $index=>$context) 
    346                                 $sectors .= $this->functions->get_organizations($context, trim(strtolower($maillist_info['context'])) ); 
     344                        $sectors = $this->functions->get_organizations($GLOBALS['phpgw_info']['server']['ldap_context']); 
    347345 
    348346                        // Usuarios de senders. 
Note: See TracChangeset for help on using the changeset viewer.