Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
defacer committed Mar 16, 2005
1 parent 01b4c10 commit 4fe76cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/olson.php
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ function olson_parse_on ($on) {
trigger_error('Unknown last weekday: '.substr($on, 4));
}
else {
$rule['startday'] = -1 // Start from end of month
$rule['startday'] = -1; // Start from end of month
$rule['weekday'] = $days[substr($on, 4)]; // Find the first such weekday
$rule['skipweeks'] = 0; // Don't skip any weeks.
}
Expand Down

0 comments on commit 4fe76cc

Please sign in to comment.