From a0e02234f500f53ab34a6e3f4deeceb6f7c036b7 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 26 Sep 2009 20:50:42 +1200 Subject: [PATCH] No need to include auth-functions.php at all. --- inc/DAViCalUser.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/DAViCalUser.php b/inc/DAViCalUser.php index 2aff318a..2dba19c5 100644 --- a/inc/DAViCalUser.php +++ b/inc/DAViCalUser.php @@ -11,7 +11,6 @@ include('User.php'); include('classBrowser.php'); -include('auth-functions.php'); include('check_UTF8.php'); include('caldav-PUT-functions.php');