aboutsummaryrefslogtreecommitdiffstats
path: root/lib/HTTP/CalDAV/Server.php
diff options
context:
space:
mode:
authorJack Bates <jablko@users.sourceforge.net>2006-04-22 22:50:24 +0000
committerJack Bates <jablko@users.sourceforge.net>2006-04-22 22:50:24 +0000
commit6997e17242bbb5a6d41de5cbf94cdfb2e739cbd3 (patch)
treea8ffef78bd1fc5e8e87204a44956daf8a2f6ddeb /lib/HTTP/CalDAV/Server.php
parent5b0f19af8158984619f20aeffb5b8a0231cfecc2 (diff)
downloadphpicalendar-6997e17242bbb5a6d41de5cbf94cdfb2e739cbd3.tar.gz
phpicalendar-6997e17242bbb5a6d41de5cbf94cdfb2e739cbd3.tar.bz2
phpicalendar-6997e17242bbb5a6d41de5cbf94cdfb2e739cbd3.zip
* More work on iCalendar parser
* Current offsets support is non-sensical - hopefully something intelligent will emerge
Diffstat (limited to 'lib/HTTP/CalDAV/Server.php')
-rw-r--r--lib/HTTP/CalDAV/Server.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/HTTP/CalDAV/Server.php b/lib/HTTP/CalDAV/Server.php
index de76301..4686a65 100644
--- a/lib/HTTP/CalDAV/Server.php
+++ b/lib/HTTP/CalDAV/Server.php
@@ -20,7 +20,7 @@
* @author Jack Bates <ms419@freezone.co.uk>
* @copyright 2006 The PHP Group
* @license PHP License 3.0 http://www.php.net/license/3_0.txt
- * @version CVS: $Id: Server.php,v 1.5 2006/04/18 03:22:12 jablko Exp $
+ * @version CVS: $Id: Server.php,v 1.6 2006/04/22 22:50:24 jablko Exp $
* @link http://pear.php.net/package/HTTP_CalDAV_Server
* @see HTTP_WebDAV_Server
*/
@@ -38,7 +38,7 @@ require_once 'Tools/ICalendarParser.php';
* @author Jack Bates <ms419@freezone.co.uk>
* @copyright 2006 The PHP Group
* @license PHP License 3.0 http://www.php.net/license/3_0.txt
- * @version CVS: $Id: Server.php,v 1.5 2006/04/18 03:22:12 jablko Exp $
+ * @version CVS: $Id: Server.php,v 1.6 2006/04/22 22:50:24 jablko Exp $
* @link http://pear.php.net/package/HTTP_CalDAV_Server
* @see HTTP_WebDAV_Server
*/
@@ -171,8 +171,8 @@ class HTTP_CalDAV_Server extends HTTP_WebDAV_Server
'404 Not Found');
}
- $parser = new ICalendarParser($handle, null, null,
- $reqprop['value'], $filters);
+ $parser = new ICalendarParser($handle, null, $reqprop['value'],
+ $filters);
if (!$parser->success) {
return $this->calDavProp('calendar-data', null,
'404 Not Found');

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