Ignore:
Timestamp:
08/14/08 11:45:39 (16 years ago)
Author:
niltonneto
Message:

Modificações referente a opção de configurar um ldap_master
no setup do Expresso, usado somente para escrita.

File:
1 edited

Legend:

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

    r309 r396  
    166166                        $p = CreateObject('phpgwapi.Template',PHPGW_APP_TPL); 
    167167                        $p->set_file(Array('create_sector' => 'sectors_form.tpl')); 
    168                                                  
     168 
    169169                        // Seta variaveis utilizadas pelo tpl. 
    170170                        $var = Array( 
     
    250250 
    251251                        $sector_name    = $_POST['sector']; 
    252                         $context = $_POST['context']; 
     252                        $context                = $_POST['context']; 
    253253                         
    254254                        // Verifica se o nome do sector nao esta vazio. 
Note: See TracChangeset for help on using the changeset viewer.