This commit is contained in:
defacer
2005-03-16 03:46:17 +00:00
parent 01b4c10789
commit 4fe76cc138
+1 -1
View File
@@ -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.
}