From 193239d3bcb25dd2adbeeab7fba0aea0b9238428 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 20 Sep 2005 14:48:21 +0000 Subject: [PATCH] Remove unused PhysicalDocumentManager include. --- presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php index 80c7ab7..9e61e41 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php @@ -43,7 +43,6 @@ require_once("$default->fileSystemRoot/lib/documentmanagement/DependantDocumentI require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentLink.inc"); require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentTransaction.inc"); require_once("$default->fileSystemRoot/lib/web/WebDocument.inc"); -require_once("$default->fileSystemRoot/lib/documentmanagement/PhysicalDocumentManager.inc"); require_once("$default->fileSystemRoot/presentation/lookAndFeel/knowledgeTree/foldermanagement/folderUI.inc"); require_once("$default->fileSystemRoot/presentation/Html.inc"); require_once("$default->fileSystemRoot/lib/subscriptions/SubscriptionEngine.inc"); -- libgit2 0.21.4