From 7e3e233839352f7035acd117297b8ed120615ef6 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 1 Nov 2008 18:49:19 +1300 Subject: [PATCH] Reformat comment tag. --- inc/caldav-GET.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/caldav-GET.php b/inc/caldav-GET.php index 16086ebc..74c5358a 100644 --- a/inc/caldav-GET.php +++ b/inc/caldav-GET.php @@ -51,8 +51,8 @@ else { $response = iCalendar::iCalHeader(); /** - * @TODO: CalDAVRequest should have read the collection record, so we should not have to reread it here - * @TODO: This should be structured to not use the iCalHeader() and iCalFooter methods. See caldav-POST.php for the bones of a better approach. + * TODO: CalDAVRequest should have read the collection record, so we should not have to reread it here + * TODO: This should be structured to not use the iCalHeader() and iCalFooter methods. See caldav-POST.php for the bones of a better approach. */ $collqry = new PgQuery( "SELECT * FROM collection WHERE collection.user_no = ? AND collection.dav_name = ?;", $request->user_no, $request->path); if ( $collqry->Exec("GET") && $collection = $collqry->Fetch() ) {