From 8280149825d9363003e4536502a5428190f9854c Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 7 Jul 2003 07:14:18 +0000 Subject: [PATCH] moved commented code to expungeDocumentBL.php --- presentation/lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentBL.php | 10 ---------- 1 file changed, 0 insertions(+), 10 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentBL.php index cb015b6..125eb0f 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentBL.php @@ -18,7 +18,6 @@ require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentTransactio require_once("$default->fileSystemRoot/lib/documentmanagement/PhysicalDocumentManager.inc"); require_once("$default->fileSystemRoot/lib/subscriptions/SubscriptionEngine.inc"); require_once("$default->fileSystemRoot/lib/subscriptions/SubscriptionManager.inc"); -require_once("$default->fileSystemRoot/lib/web/WebDocument.inc"); require_once("$default->fileSystemRoot/presentation/Html.inc"); @@ -75,15 +74,6 @@ if (checkSession()) { } else { $default->log->error("deleteDocumentBL.php couldn't remove document subscriptions"); } - - // TODO: move to expunge - //remove any document word links that this document may have - //Document::deleteFromDocumentText($fDocumentID); - - // TODO: move to expunge - // delete the corresponding web document entry -// $oWebDocument = WebDocument::get(lookupID($default->owl_web_documents_table, "document_id", $fDocumentID)); -// $oWebDocument->delete(); // redirect to the browse folder page redirect("$default->rootUrl/control.php?action=browse&fFolderID=" . $oDocument->getFolderID()); -- libgit2 0.21.4