From 708621f597b309f7a2a942c89d5aedba860b0583 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Wed, 19 Feb 2003 10:49:48 +0000 Subject: [PATCH] s/setErrorTextMessage/setErrorMessage/g --- presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationBL.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationBL.php b/presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationBL.php index 0b54347..667aa78 100644 --- a/presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationBL.php +++ b/presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationBL.php @@ -39,7 +39,7 @@ if (checkSession()) { $oPatternCustom = & new PatternCustom(); $oPatternCustom->setHtml(getPage($fFolderID, $fGroupID, $fRoleID, $fSequenceNumber)); - $main->setErrorTextMessage("The folder collaboration entry could not be created in the database"); + $main->setErrorMessage("The folder collaboration entry could not be created in the database"); $main->setCentralPayload($oPatternCustom); $main->setFormAction($_SERVER["PHP_SELF"] . "?fFolderID=$fFolderID&fForStore=1"); $main->setHasRequiredFields(true); @@ -75,7 +75,7 @@ if (checkSession()) { $oPatternCustom = & new PatternCustom(); $oPatternCustom->setHtml(""); $main->setCentralPayload($oPatternCustom); - $main->setErrorTextMessage("No folder currently selected"); + $main->setErrorMessage("No folder currently selected"); $main->setFormAction($_SERVER["PHP_SELF"] . "?fFolderID=$fFolderID&fForStore=1"); $main->setHasRequiredFields(true); $main->render(); -- libgit2 0.21.4