From 70bb18d7731efed817d5e9871296a81b2614459f Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 15 Nov 2005 14:11:42 +0000 Subject: [PATCH] Rip out collaboration-related code from the document view --- presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php index c9bba9f..16ace55 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php @@ -38,7 +38,7 @@ require_once("../../../../config/dmsDefaults.php"); -KTUtil::extractGPC('fBeginCollaboration', 'fCheckedOut', 'fCollaborationEdit', 'fCollaborationStepComplete', 'fComment', 'fDocumentID', 'fFireSubscription', 'fFolderName', 'fForPublish', 'fShowSection', 'fSubmit', 'fWebSiteID'); +KTUtil::extractGPC('fCheckedOut', 'fComment', 'fDocumentID', 'fFireSubscription', 'fFolderName', 'fForPublish', 'fShowSection', 'fSubmit', 'fWebSiteID'); require_once("$default->fileSystemRoot/lib/security/Permission.inc"); @@ -50,13 +50,11 @@ require_once("$default->fileSystemRoot/lib/documentmanagement/PhysicalDocumentMa require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentTransaction.inc"); require_once("$default->fileSystemRoot/lib/documentmanagement/Document.inc"); require_once("$default->fileSystemRoot/lib/documentmanagement/DependantDocumentInstance.inc"); -require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentCollaboration.inc"); require_once("$default->fileSystemRoot/lib/archiving/ArchivingSettings.inc"); require_once("$default->fileSystemRoot/lib/archiving/DocumentArchiving.inc"); require_once("$default->fileSystemRoot/lib/archiving/TimePeriod.inc"); -require_once("$default->fileSystemRoot/lib/foldermanagement/FolderCollaboration.inc"); require_once("$default->fileSystemRoot/lib/foldermanagement/FolderUserRole.inc"); require_once("$default->fileSystemRoot/lib/roles/Role.inc"); require_once("$default->fileSystemRoot/lib/foldermanagement/Folder.inc"); -- libgit2 0.21.4