Commit a602f4ce3b354882e80ea6a18e9fd15d3d9c81c8

Authored by michael
1 parent f1bafe72

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