One last variable name changed...

This commit is contained in:
Andrew McMillan 2006-12-02 11:54:55 +13:00
parent c333daad88
commit 28f4c87e36

View File

@ -24,7 +24,7 @@ if ( $qry->Exec("GET") && $qry->rows == 1 ) {
* an If-Match or If-None-Match header. I'm not sure what that means here,
* so we will leave it unimplemented at this point.
*/
$request->DoResponse( 200, ($request_method == "HEAD" ? "" : $event->caldav_data), "text/calendar; charset=UTF-8" );
$request->DoResponse( 200, ($request->method == "HEAD" ? "" : $event->caldav_data), "text/calendar; charset=UTF-8" );
}
else if ( $qry->rows < 1 ) {
$request->DoResponse( 404, "Calendar Resource Not Found." );