Ignore:
Timestamp:
01/13/09 18:22:43 (15 years ago)
Author:
niltonneto
Message:

Resolve #371

File:
1 edited

Legend:

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

    r548 r597  
    584584                                { 
    585585                                        $this->db_functions->write_log("Reativado usuário bloqueado por inatividade",'',$dn,'',''); 
    586                                         $this->db_functions->reativar_usuario_inativo($old_values['uidnumber']); 
    587                                 } 
    588  
    589  
     586                                        $this->db_functions->reactivate_inactive_user($old_values['uidnumber']); 
     587                                } 
    590588                                //////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 
    591589                                // ACCOUNT VISIBLE 
Note: See TracChangeset for help on using the changeset viewer.