Commit 36b2f36c23cfb343f7a57f77c372475e979572f7

Authored by Michael Joseph
1 parent 7a910f1a

removed download for now


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2210 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php
@@ -80,7 +80,8 @@ if (checkSession()) { @@ -80,7 +80,8 @@ if (checkSession()) {
80 $default->log->info("checkOutDocumentBL.php fired $count subscription alerts for checked out document " . $oDocument->getName()); 80 $default->log->info("checkOutDocumentBL.php fired $count subscription alerts for checked out document " . $oDocument->getName());
81 81
82 // display checkout success message in the document view page 82 // display checkout success message in the document view page
83 - $oPatternCustom->setHtml(getCheckOutPage($oDocument, true)); 83 + //controllerRedirect("downloadDocument", "fDocumentID=$fDocumentID&fCheckedOut=1");
  84 + $oPatternCustom->setHtml(getCheckOutPage($oDocument, true));
84 85
85 } else { 86 } else {
86 // document update failed 87 // document update failed