Commit 6e1b71d39a74c8113581ed522a6a1863f7f3e594
1 parent
68b4be0c
removed error message
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1268 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php
| ... | ... | @@ -70,7 +70,6 @@ if (checkSession()) { |
| 70 | 70 | |
| 71 | 71 | $oPatternCustom = & new PatternCustom(); |
| 72 | 72 | $oPatternCustom->setHtml(getDocumentEmailPage($oDocument)); |
| 73 | - $main->setErrorMessage("Please enter an email address of the form someone@somewhere.some postfix"); | |
| 74 | 73 | $main->setCentralPayload($oPatternCustom); |
| 75 | 74 | $main->setFormAction($_SERVER["PHP_SELF"] . "?fDocumentID=$fDocumentID&fSendEmail=1"); |
| 76 | 75 | $main->render(); | ... | ... |