From 7332b7820d4e8a5b6410b8405a450766a98d2a5e Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 3 Dec 2011 14:20:12 +1300 Subject: [PATCH] Note in phpdoc that this is deprecated and what to use instead. --- inc/DAVResource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/DAVResource.php b/inc/DAVResource.php index 7d21dd8c..9cff34da 100644 --- a/inc/DAVResource.php +++ b/inc/DAVResource.php @@ -710,7 +710,7 @@ EOQRY; /** - * Fetch the parent to this resource. + * Fetch the parent to this resource. This is deprecated - use GetParentContainer() instead. */ function FetchParentContainer() { deprecated('DAVResource::FetchParentContainer');