From 4fe76cc138ce2df21ade9b286b970c7e1fb52a03 Mon Sep 17 00:00:00 2001 From: defacer Date: Wed, 16 Mar 2005 03:46:17 +0000 Subject: [PATCH] Typo. --- lib/olson.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/olson.php b/lib/olson.php index ef3893581b0..ea803e220e2 100644 --- a/lib/olson.php +++ b/lib/olson.php @@ -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. }