Ignore:
Timestamp:
07/02/12 16:55:44 (12 years ago)
Author:
cristiano
Message:

Ticket #2665 - Erro ao criar setor no Expresso Admin - erros de coficação

File:
1 edited

Legend:

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

    r6686 r6697  
    6060                        if ($_POST['sector_visible']) 
    6161                        { 
    62                                 $sector_info['objectClass'][2]  = 'phpgwAccount'; 
     62                                $sector_info['objectClass'][]   = 'phpgwAccount'; 
    6363                                $sector_info['phpgwaccountvisible'] = '-1'; 
    6464                        } 
     
    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.