From 1503b834a141354d00a8002b67b137634577a4a9 Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 4 Jun 2003 13:09:01 +0000 Subject: [PATCH] Fixed wording bug (on error) --- presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php b/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php index b891521..28c3ee4 100644 --- a/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php @@ -97,7 +97,7 @@ if (checkSession()) { }// End Of if for THREAD ID test }else { // the user has not entered BOTH a subject and a text body - $main->setErrorMessage("The subject line and/or body may be empty" . $NewCommentSubject . "#" . $NewComment); + $main->setErrorMessage("The subject line and/or body should not be empty."); $main->setFormAction($_SERVER['PHP_SELF'] . "?fAddCommentSubmit=1&iDocumentID=$fDocumentID"); $oPatternCustom->addHtml(getAddComment($fDocumentID,$_POST["NewCommentSubject"],$_POST["NewComment"], $fCommentID, 1)); } // end of IF for Subject and Body test -- libgit2 0.21.4