From: Michael J. Rubinsky Date: Sun, 28 Jun 2009 19:03:55 +0000 (-0400) Subject: HTTP/WebDAV/Server.php (the PEAR package) has been deprecated in GIT master. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3efd446d5615125b005c54f532bd7450adc11aa3;p=horde.git HTTP/WebDAV/Server.php (the PEAR package) has been deprecated in GIT The code has been merged into RPC/webdav.php. Remove require --- diff --git a/kronolith/calendars/info.php b/kronolith/calendars/info.php index 2933d7a17..15f12624c 100644 --- a/kronolith/calendars/info.php +++ b/kronolith/calendars/info.php @@ -10,7 +10,6 @@ @define('KRONOLITH_BASE', dirname(dirname(__FILE__))); require_once KRONOLITH_BASE . '/lib/base.php'; -@include_once 'HTTP/WebDAV/Server.php'; // Exit if this isn't an authenticated user. if (!Auth::getAuth()) {