Ignore:
Timestamp:
09/24/08 09:58:49 (16 years ago)
Author:
niltonneto
Message:

Alterações feitas por Joao Alfredo:

  • Corrigido bug que gerava tela branca após criação de setor.
  • Corrigido tradução.
  • Escondido Exibir registro de acesso na criação de contas.
File:
1 edited

Legend:

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

    r414 r471  
    2020                var $so; 
    2121                var $functions; 
    22  
     22                var $db_functions; 
     23         
    2324                function bosectors() 
    2425                { 
    2526                        $this->so = createobject('expressoAdmin1_2.sosectors'); 
    2627                        $this->functions = $this->so->functions; 
     28                        $this->db_functions = $this->so->db_functions; 
    2729                        $this->soaccounts = createobject('expressoAdmin1_2.soaccounts'); 
    2830                        $this->sogroups = createobject('expressoAdmin1_2.sogroups'); 
Note: See TracChangeset for help on using the changeset viewer.