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

Correção da internacionalização de frases.

File:
1 edited

Legend:

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

    r597 r621  
    583583                                if ($new_values['phpgwaccountexpired'] == '1') ///////////////////////// 
    584584                                { 
    585                                         $this->db_functions->write_log("Reativado usuário bloqueado por inatividade",'',$dn,'',''); 
     585                                        $this->db_functions->write_log("Reactivated blocked user by downtime",'',$dn,'',''); 
    586586                                        $this->db_functions->reactivate_inactive_user($old_values['uidnumber']); 
    587587                                } 
Note: See TracChangeset for help on using the changeset viewer.