Ignore:
Timestamp:
07/05/12 11:19:47 (12 years ago)
Author:
eduardow
Message:

Ticket #2920 - Erro ao criar setor no Expresso Admin (quotas OU).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoAdmin1_2/inc/class.bosectors.inc.php

    r6693 r6713  
    6161                        if ($_POST['sector_visible']) 
    6262                        { 
    63                                 $sector_info['objectClass'][2]  = 'phpgwAccount'; 
     63                                $sector_info['objectClass'][]   = 'phpgwAccount'; 
    6464                                $sector_info['phpgwaccountvisible'] = '-1'; 
    6565                        } 
     
    150150                        $manager_context = $_POST['manager_context']; 
    151151 
    152                         $sector_dn = utf8_encode($sector_dn); 
     152                        $sector_dn = $sector_dn; 
    153153 
    154154                        $sector_users = $this->so->get_sector_users($sector_dn); 
Note: See TracChangeset for help on using the changeset viewer.