Ignore:
Timestamp:
03/30/16 16:02:42 (8 years ago)
Author:
nanardon
Message:

Fix undef value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Task/Unexportexpired.pm

    r1740 r1745  
    5353            $self->{_base}->search_objects($otype, 'exported=t', 'expire=*', "expire<$nowtext")) { 
    5454            my $obj = $self->{_base}->get_object($otype, $name); 
     55            la_log(LA_NOTICE, "Unexport %s/%s object due to expire (%s)", $otype, $name, $obj->get_attributes('expire') ||''); 
    5556            $obj->_set_c_fields(unexported => 1); 
    56             la_log(LA_NOTICE, "Unexport %s/%s object due to expire (%s)", $otype, $name, $obj->get_attributes('expire')); 
    5757            $self->{_base}->commit; 
    5858        } 
Note: See TracChangeset for help on using the changeset viewer.