From 71831f8e5f4bd45b2751e0d2203b8f86d38cfa36 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 3 Jun 2011 13:39:20 -0700 Subject: [PATCH] This is not a todo item, it's a comment. --- inc/DAVResource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/DAVResource.php b/inc/DAVResource.php index 9316f361..2b445b72 100644 --- a/inc/DAVResource.php +++ b/inc/DAVResource.php @@ -1580,7 +1580,7 @@ EOQRY; $prop->NewElement('current-user-principal', $reply->href( $request->principal->url() ) ); break; - case 'SOME-DENIED-PROPERTY': /** @todo indicating the style for future expansion */ + case 'SOME-DENIED-PROPERTY': /** indicating the style for future expansion */ $denied[] = $reply->Tag($tag); break;