Ignore:
Timestamp:
01/02/17 08:32:41 (8 years ago)
Author:
nanardon
Message:

Avoid undef

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/User.pm

    r1889 r1898  
    898898                        ? sprintf('%s (%s)', $obj->_get_c_field('expireTextEC'), $obj->_get_c_field('expireText')) 
    899899                        : $obj->_get_c_field('expireText'); 
     900 
     901                    $date ||= ''; 
    900902 
    901903                    my $gecos = sprintf("%s,%s,%s,%s", 
Note: See TracChangeset for help on using the changeset viewer.