Ignore:
Timestamp:
05/18/10 15:10:20 (14 years ago)
Author:
viani
Message:

Ticket #1080 - Substituição da string (excluído) por (inativo) no cache ldap do workflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/class.so_userinterface.inc.php

    r2591 r2809  
    333333                        { 
    334334                                $employees[$i]['telephoneNumber'] = is_null($entry['telephonenumber']) ? '' : $entry['telephonenumber']; 
    335                                 $employees[$i]['cn'] = is_null($entry['cn']) ? '' : $entry['cn'] . (is_null($entry['last_update']) ? ' <font color="red">(excluído)</font>' : ''); 
     335                                $employees[$i]['cn'] = is_null($entry['cn']) ? '' : $entry['cn'] . (is_null($entry['last_update']) ? ' <font color="red">(inativo)</font>' : ''); 
    336336                        } 
    337337                } 
Note: See TracChangeset for help on using the changeset viewer.