Add status 422.

This commit is contained in:
Andrew McMillan 2006-12-09 15:35:29 +13:00
parent 72be8944ec
commit 424f8830ef

View File

@ -416,6 +416,7 @@ class CalDAVRequest
case 415: $status_text = "Unsupported Media Type"; break;
case 416: $status_text = "Requested Range Not Satisfiable"; break;
case 417: $status_text = "Expectation Failed"; break;
case 422: $status_text = "Unprocessable Entity"; break;
case 423: $status_text = "Locked"; break;
case 424: $status_text = "Failed Dependency"; break;
case 500: $status_text = "Internal Server Error"; break;