Commit bf1e8a572f5dfc7645b884f1c3f36d1c6830956b

Authored by nbm
1 parent 6fd0931a

fNewComment is no longer used.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3193 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php
... ... @@ -27,7 +27,7 @@
27 27  
28 28 require_once("../../../../config/dmsDefaults.php");
29 29  
30   -KTUtil::extractGPC('fAddCommentSubmit', 'fComment', 'fCommentID', 'fDocumentID', 'fInReplyTo', 'fNewComment', 'fNewThread', 'fReplyComment', 'fSubject', 'fThreadID');
  30 +KTUtil::extractGPC('fAddCommentSubmit', 'fComment', 'fCommentID', 'fDocumentID', 'fInReplyTo', 'fNewThread', 'fReplyComment', 'fSubject', 'fThreadID');
31 31  
32 32 require_once("$default->fileSystemRoot/lib/visualpatterns/PatternCreate.inc");
33 33 require_once("$default->fileSystemRoot/lib/visualpatterns/PatternMainPage.inc");
... ...