| # | Line 14 | Line 14 | if($period eq "days") { | |
|---|---|---|
| 14 | if ($days < 1) {$days = 1}; | |
| 15 | $heading = "i-scream CVS$moduleext commits in the past $days day(s)"; | |
| 16 | $days--; | |
| 17 | < | $days .= "d"; # because we can't write "$daysd" below :-) |
| 18 | < | $firstdate = ">" . `/bin/date -v-$days +%Y/%m/%d`; |
| 17 | > | $firstdate = ">" . `/bin/date -v-${days}d +%Y/%m/%d`; |
| 18 | } | |
| 19 | elsif($period eq "date") { | |
| 20 | my($date)=$query->param('date'); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |