From af1a7d974b0f8616faca9073a734de51fbd5ea04 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Sun, 23 Apr 2006 20:09:50 +0000 Subject: * Fixed "value" syntax problem * Fixed start offset problem * Some code tidying --- lib/bennu/iCalendar_components.php | 8 ++------ lib/bennu/iCalendar_parameters.php | 5 ++--- lib/bennu/iCalendar_properties.php | 13 ++----------- 3 files changed, 6 insertions(+), 20 deletions(-) (limited to 'lib/bennu') diff --git a/lib/bennu/iCalendar_components.php b/lib/bennu/iCalendar_components.php index 13abac5..4b51f58 100644 --- a/lib/bennu/iCalendar_components.php +++ b/lib/bennu/iCalendar_components.php @@ -1,4 +1,4 @@ - diff --git a/lib/bennu/iCalendar_properties.php b/lib/bennu/iCalendar_properties.php index bec729e..d19cbf7 100644 --- a/lib/bennu/iCalendar_properties.php +++ b/lib/bennu/iCalendar_properties.php @@ -1,4 +1,4 @@ -= 0 && $value <= 100); } - } class iCalendar_property_priority extends iCalendar_property { @@ -533,7 +530,6 @@ class iCalendar_property_status extends iCalendar_property { return in_array($value, $allowed); } - } class iCalendar_property_summary extends iCalendar_property { @@ -818,7 +814,6 @@ class iCalendar_property_attendee extends iCalendar_property { return false; } - } class iCalendar_property_contact extends iCalendar_property { @@ -902,7 +897,6 @@ class iCalendar_property_recurrence_id extends iCalendar_property { return true; } - } class iCalendar_property_related_to extends iCalendar_property { @@ -979,7 +973,6 @@ class iCalendar_property_exdate extends iCalendar_property { return true; } - } class iCalendar_property_exrule extends iCalendar_property { @@ -1021,7 +1014,6 @@ class iCalendar_property_rdate extends iCalendar_property { return true; } - } class iCalendar_property_rrule extends iCalendar_property { @@ -1277,7 +1269,6 @@ class iCalendar_property_request_status extends iCalendar_property { return false; } - } -- cgit v1.2.3