Commit 634b69eb213a7622c4db68a20b297b85212dbc5a
1 parent
8aefaadc
Fixed wording bug (on error)
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2067 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php
| ... | ... | @@ -97,7 +97,7 @@ if (checkSession()) { |
| 97 | 97 | }// End Of if for THREAD ID test |
| 98 | 98 | |
| 99 | 99 | }else { // the user has not entered BOTH a subject and a text body |
| 100 | - $main->setErrorMessage("The subject line and/or body may be empty" . $NewCommentSubject . "#" . $NewComment); | |
| 100 | + $main->setErrorMessage("The subject line and/or body should not be empty."); | |
| 101 | 101 | $main->setFormAction($_SERVER['PHP_SELF'] . "?fAddCommentSubmit=1&iDocumentID=$fDocumentID"); |
| 102 | 102 | $oPatternCustom->addHtml(getAddComment($fDocumentID,$_POST["NewCommentSubject"],$_POST["NewComment"], $fCommentID, 1)); |
| 103 | 103 | } // end of IF for Subject and Body test | ... | ... |