Minor cosmetic code changes.

This commit is contained in:
Andrew McMillan 2009-09-14 21:11:14 +12:00
parent 2be1d75a73
commit acbab43990
3 changed files with 2 additions and 2 deletions

View File

@ -46,4 +46,3 @@ include("page-header.php");
echo $browser->Render();
include("page-footer.php");
?>

View File

@ -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 );
}

View File

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