Commit f7958de97c08099e73fd1a62be3ff485ce3f5993

Authored by rob
1 parent 2b57c814

updated comment


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1825 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc
... ... @@ -234,7 +234,7 @@ function getEditPage($oDocument) {
234 234 $sToRender .= "<td><a href=" . $_SERVER['PHP_SELF'] . "?fDocumentID=" . $oDocument->getID() . "&fForPublish=1><img src=\"$default->graphicsUrl/widgets/publish.gif\" border=\"0\"/></a></td>\n";
235 235 }
236 236 } else if ($_SESSION["userID"] == $oDocument->getCreatorID()) {
237   - // no collaboration for this folder, so only the originator can request publication
  237 + // no collaboration for this folder, so only the creator can request publication
238 238 // ??: or an administrator?
239 239 $sToRender .= "<td><a href=" . $_SERVER['PHP_SELF'] . "?fDocumentID=" . $oDocument->getID() . "&fForPublish=1><img src=\"$default->graphicsUrl/widgets/publish.gif\" border=\"0\"/></a></td>\n";
240 240 }
... ...