Commit 17f54fb418410c69c1aebe72d9c2be3b96e6010a
1 parent
2ca4bc22
removed debug logging
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1472 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php
| @@ -160,7 +160,6 @@ if (checkSession()) { | @@ -160,7 +160,6 @@ if (checkSession()) { | ||
| 160 | if (isset($fWebSiteID)) { | 160 | if (isset($fWebSiteID)) { |
| 161 | // user wishes to publish document | 161 | // user wishes to publish document |
| 162 | $oDocument = Document::get($fDocumentID); | 162 | $oDocument = Document::get($fDocumentID); |
| 163 | - $default->log->info("userID=" . $_SESSION["userID"] . "; docid=$fDocumentID; creator id=" . $oDocument->getCreatorID()); | ||
| 164 | if ($_SESSION["userID"] == $oDocument->getCreatorID()) { | 163 | if ($_SESSION["userID"] == $oDocument->getCreatorID()) { |
| 165 | //only the creator can send the document for publishing | 164 | //only the creator can send the document for publishing |
| 166 | $aWebDocument = WebDocument::getList("document_id = $fDocumentID"); | 165 | $aWebDocument = WebDocument::getList("document_id = $fDocumentID"); |