Ignore:
Timestamp:
05/06/16 20:53:36 (8 years ago)
Author:
nanardon
Message:

Fix: display expiration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/bin/la-warn-expire

    r861 r1762  
    112112} else { 
    113113    foreach ($LA->find_next_expire_users($delay)) { 
    114         printf("%-10s %s (%s)\n", $_->{delay}, $_->{obj}->get_c_field('displayName'), 
     114        printf("%4s jours: %s (%s)\n", $_->{days}, $_->{obj}->get_c_field('displayName'), 
    115115            $_->{obj}->id); 
    116116    } 
Note: See TracChangeset for help on using the changeset viewer.