mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Reformat comment tag.
This commit is contained in:
parent
c12b78eb06
commit
7e3e233839
@ -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() ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user