From 36b2f36c23cfb343f7a57f77c372475e979572f7 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Fri, 20 Jun 2003 09:35:01 +0000 Subject: [PATCH] removed download for now --- presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php index 3b0f89a..20ce2c6 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php @@ -80,7 +80,8 @@ if (checkSession()) { $default->log->info("checkOutDocumentBL.php fired $count subscription alerts for checked out document " . $oDocument->getName()); // display checkout success message in the document view page - $oPatternCustom->setHtml(getCheckOutPage($oDocument, true)); + //controllerRedirect("downloadDocument", "fDocumentID=$fDocumentID&fCheckedOut=1"); + $oPatternCustom->setHtml(getCheckOutPage($oDocument, true)); } else { // document update failed -- libgit2 0.21.4