Commit 708621f597b309f7a2a942c89d5aedba860b0583

Authored by Michael Joseph
1 parent 47cce5ef

s/setErrorTextMessage/setErrorMessage/g


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@992 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationBL.php
... ... @@ -39,7 +39,7 @@ if (checkSession()) {
39 39  
40 40 $oPatternCustom = & new PatternCustom();
41 41 $oPatternCustom->setHtml(getPage($fFolderID, $fGroupID, $fRoleID, $fSequenceNumber));
42   - $main->setErrorTextMessage("The folder collaboration entry could not be created in the database");
  42 + $main->setErrorMessage("The folder collaboration entry could not be created in the database");
43 43 $main->setCentralPayload($oPatternCustom);
44 44 $main->setFormAction($_SERVER["PHP_SELF"] . "?fFolderID=$fFolderID&fForStore=1");
45 45 $main->setHasRequiredFields(true);
... ... @@ -75,7 +75,7 @@ if (checkSession()) {
75 75 $oPatternCustom = & new PatternCustom();
76 76 $oPatternCustom->setHtml("");
77 77 $main->setCentralPayload($oPatternCustom);
78   - $main->setErrorTextMessage("No folder currently selected");
  78 + $main->setErrorMessage("No folder currently selected");
79 79 $main->setFormAction($_SERVER["PHP_SELF"] . "?fFolderID=$fFolderID&fForStore=1");
80 80 $main->setHasRequiredFields(true);
81 81 $main->render();
... ...