From 75297372f1c634d353f85344c4a595d743d40afb Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 27 Oct 2009 21:38:19 +1300 Subject: [PATCH] Revert include changes on further evaluation. --- inc/DAViCalUser.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/inc/DAViCalUser.php b/inc/DAViCalUser.php index 37b4cc0d..2fd4b8c2 100644 --- a/inc/DAViCalUser.php +++ b/inc/DAViCalUser.php @@ -7,12 +7,14 @@ * @author Andrew McMillan * @copyright Catalyst .Net Ltd, Morphoss Ltd * @license http://gnu.org/copyleft/gpl.html GNU GPL v2 +* +* @TODO: split this (& parent class) into a data-dealing class and a UI class in some way */ -include('User.php'); -require_once('classBrowser.php'); // DAViCalUser is included via drivers_ldap.php so this could already be loaded -include('check_UTF8.php'); -include('caldav-PUT-functions.php'); +require('User.php'); +require_once('classBrowser.php'); // DAViCalUser is included via drivers_ldap.php (yuck!) so this could already be loaded +require('check_UTF8.php'); +require('caldav-PUT-functions.php'); $c->stylesheets[] = $c->base_url.'/css/browse.css'; $c->scripts[] = $c->base_url.'/js/browse.js';