From ea151a647473444be9c6e7bc0a08d3f9a081358e Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 29 Sep 2009 13:29:02 +1300 Subject: [PATCH] Code formatting. --- inc/CalDAVPrincipal.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/CalDAVPrincipal.php b/inc/CalDAVPrincipal.php index d260f063..50dd1000 100644 --- a/inc/CalDAVPrincipal.php +++ b/inc/CalDAVPrincipal.php @@ -214,7 +214,8 @@ class CalDAVPrincipal if ($relationship->from_user_no == $this->user_no) { $this->group_membership[] = ConstructURL( '/'. $relationship->to_username . '/calendar-proxy-write/', true); $this->write_proxy_for[] = ConstructURL( '/'. $relationship->to_username . '/', true); - } else /* ($relationship->to_user_no == $this->user_no) */ { + } + else /* ($relationship->to_user_no == $this->user_no) */ { $this->write_proxy_group[] = ConstructURL( '/'. $relationship->from_username . '/', true); } }