diff options
-rw-r--r-- | lib/Object/Groupware/Event.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Object/Groupware/Event.pm b/lib/Object/Groupware/Event.pm index 1e1df87..2ab3586 100644 --- a/lib/Object/Groupware/Event.pm +++ b/lib/Object/Groupware/Event.pm @@ -115,8 +115,7 @@ method timespan () return '' if $span and $end->clone->truncate( to => 'day' ) ne - $start->clone->truncate( to => 'day' ) - or $self->span; + $start->clone->truncate( to => 'day' ); return ucfirst( $start->format_cldr( $dt_locale->date_format_medium() ) ) if $entry->all_day; |