Correct a comment which was so, so wrong.

This commit is contained in:
Andrew McMillan 2009-09-25 22:16:31 +12:00
parent 45512950a0
commit 1cf3e9e8e1

View File

@ -15,12 +15,8 @@ require_once("HTTPAuthSession.php");
$session = new HTTPAuthSession(); $session = new HTTPAuthSession();
/** /**
* From reading the "Scheduling Extensions to CalDAV" draft I don't think that we will * access-control is rfc3744, we do some of it, but no way to say that.
* be doing 'calendar-schedule' any time soon. The current spec is at: * calendar-schedule is another one we do some of, but the spec is not final yet either.
* http://www.ietf.org/internet-drafts/draft-desruisseaux-caldav-sched-03.txt
*
* access-control is rfc3744, so we will say we do it, but I doubt if we do it
* in all (or even much of) it's glory really.
*/ */
if ( isset($c->override_dav_header) ) { if ( isset($c->override_dav_header) ) {
$dav = $c->override_dav_header; $dav = $c->override_dav_header;