Skip to content

Commit

Permalink
misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed May 27, 2003
1 parent f8843e0 commit 3bae40d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Slash/Slash.pm
Expand Up @@ -1268,9 +1268,7 @@ sub getOlderStories {
$story->{month} = $month;
$story->{day} = $day;
$story->{secs} = $secs;
unless ($story->{issue}) {
$story->{issue} = timeCalc($story->{time}, '%Y%m%d');
}
$story->{issue} ||= timeCalc($story->{time}, '%Y%m%d');
$story->{'link'} = linkStory({
'link' => $story->{title},
sid => $story->{sid},
Expand Down

0 comments on commit 3bae40d

Please sign in to comment.