mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
Minor cosmetic code changes.
This commit is contained in:
parent
2be1d75a73
commit
acbab43990
@ -46,4 +46,3 @@ include("page-header.php");
|
||||
echo $browser->Render();
|
||||
|
||||
include("page-footer.php");
|
||||
?>
|
||||
|
||||
@ -234,7 +234,7 @@ class CalDAVPrincipal
|
||||
}
|
||||
}
|
||||
|
||||
dbg_error_log( 'principal', 'User: %s (%d) URL: %s, Home: %s, By Email: %d', $this->username, $this->user_no, $this->url, $this->calendar_home_set, $this->by_email );
|
||||
dbg_error_log( 'principal', ' User: %s (%d) URL: %s, Home: %s, By Email: %d', $this->username, $this->user_no, $this->url, $this->calendar_home_set, $this->by_email );
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -232,6 +232,7 @@ class CalDAVRequest
|
||||
|
||||
$this->collection_id = $row->collection_id;
|
||||
$this->collection_path = $row->dav_name;
|
||||
$this->collection_type = ($row->is_calendar == 't' ? 'calendar' : 'collection');
|
||||
$this->collection = $row;
|
||||
}
|
||||
else if ( preg_match( '#^((/[^/]+/)\.(in|out)/)[^/]*$#', $this->path, $matches ) ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user