typo fix and slight reformat

master
joey 2006-09-16 04:16:17 +00:00
parent 22ddd81dd2
commit 42973f687c
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ sub rcs_recentchanges ($) {
my $modfiles = $head->get("Modified-files");
my $user = $head->get("Creator");
my @paths = grep {!/^(.*\/\)?.arch-ids\/.*\.id$/} split(/ /,
"$newfiles $modfiles");
my @paths = grep { !/^(.*\/)?\.arch-ids\/.*\.id$/ }
split(/ /, "$newfiles $modfiles .arch-ids/fake.id");
my $sdate = $head->get("Standard-date");
my $when = time - str2time($sdate, 'UTC');