Reformat comment tag.

This commit is contained in:
Andrew McMillan 2008-11-01 18:49:19 +13:00
parent c12b78eb06
commit 7e3e233839

View File

@ -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() ) {