Ignore:
Timestamp:
02/10/10 09:58:44 (14 years ago)
Author:
valmir.sena
Message:

Ticket #902 - Permitir que seja definido um dominio diferente por organizacao

File:
1 edited

Legend:

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

    r1850 r1991  
    4747                        $sector_info['objectClass'][0]  = 'top'; 
    4848                        $sector_info['objectClass'][1]  = 'organizationalUnit'; 
    49                          
     49 
     50                        if( isset($_POST['associated_domain']) ) 
     51                        { 
     52                                if ( $_POST['associated_domain'] != "") { 
     53                                        $sector_info['objectClass'][2]  = 'domainRelatedObject'; 
     54                                        $sector_info['associatedDomain'] = trim($_POST['associated_domain']); 
     55                                } 
     56                        } 
     57                 
    5058                        /* 
    5159                         Insere as informações sobre quota total por usuários e por gigabytes de espaço em disco  
Note: See TracChangeset for help on using the changeset viewer.