aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bennu/iCalendar_components.php
diff options
context:
space:
mode:
authorJack Bates <jablko@users.sourceforge.net>2006-04-23 20:09:50 +0000
committerJack Bates <jablko@users.sourceforge.net>2006-04-23 20:09:50 +0000
commitaf1a7d974b0f8616faca9073a734de51fbd5ea04 (patch)
tree0f9d5d05395ccea8bec6f6091a6a25ae0bc1310f /lib/bennu/iCalendar_components.php
parent6997e17242bbb5a6d41de5cbf94cdfb2e739cbd3 (diff)
downloadphpicalendar-af1a7d974b0f8616faca9073a734de51fbd5ea04.tar.gz
phpicalendar-af1a7d974b0f8616faca9073a734de51fbd5ea04.tar.bz2
phpicalendar-af1a7d974b0f8616faca9073a734de51fbd5ea04.zip
* Fixed "value" syntax problem
* Fixed start offset problem * Some code tidying
Diffstat (limited to 'lib/bennu/iCalendar_components.php')
-rw-r--r--lib/bennu/iCalendar_components.php8
1 files changed, 2 insertions, 6 deletions
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 @@
-<?php // $Id: iCalendar_components.php,v 1.2 2006/04/13 21:14:17 jablko Exp $
+<?php // $Id: iCalendar_components.php,v 1.3 2006/04/23 20:09:50 jablko Exp $
/**
* BENNU - PHP iCalendar library
@@ -9,7 +9,7 @@
* See http://bennu.sourceforge.net/ for more information and downloads.
*
* @author Ioannis Papaioannou
- * @version $Id: iCalendar_components.php,v 1.2 2006/04/13 21:14:17 jablko Exp $
+ * @version $Id: iCalendar_components.php,v 1.3 2006/04/23 20:09:50 jablko Exp $
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/
@@ -205,7 +205,6 @@ class iCalendar_component {
return $string;
}
-
}
class iCalendar extends iCalendar_component {
@@ -227,7 +226,6 @@ class iCalendar extends iCalendar_component {
);
parent::construct();
}
-
}
class iCalendar_event extends iCalendar_component {
@@ -306,7 +304,6 @@ class iCalendar_event extends iCalendar_component {
}
return true;
}
-
}
class iCalendar_todo extends iCalendar_component {
@@ -388,7 +385,6 @@ class iCalendar_timezone extends iCalendar_component {
parent::construct();
}
-
}
// REMINDER: DTEND must be later than DTSTART for all components which support both

© 2014-2024 Faster IT GmbH | imprint | privacy policy