Revision 67ad549c
Von Sven Schöling vor fast 8 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
162 | 162 |
|
163 | 163 |
sub last_modification { |
164 | 164 |
my ($self) = @_; |
165 |
return $self->mtime or $self->itime;
|
|
165 |
return $self->mtime // $self->itime;
|
|
166 | 166 |
}; |
167 | 167 |
|
168 | 168 |
sub orphaned { |
Auch abrufbar als: Unified diff
SL::DB::Part: precedence Fehler