From 77891c09ed3edc1c43fef687e40663fcfb8bd0f8 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Wed, 4 Jun 2003 15:10:24 +0000 Subject: [PATCH] added phpdoc --- presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php | 15 +++++++++++++-- presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentUI.inc | 13 ++++++++++++- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php index 521b1ce..c72965a 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php @@ -1,6 +1,17 @@ , Jam Warehouse (Pty) Ltd, South Africa + * @package presentation.lookAndFeel.knowledgeTree.documentmanagement + */ + require_once("../../../../config/dmsDefaults.php"); require_once("$default->fileSystemRoot/lib/security/permission.inc"); @@ -20,7 +31,7 @@ require_once("$default->fileSystemRoot/lib/visualpatterns/PatternCustom.inc"); require_once("$default->fileSystemRoot/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentUI.inc"); require_once("$default->fileSystemRoot/presentation/lookAndFeel/knowledgeTree/foldermanagement/folderUI.inc"); require_once("$default->fileSystemRoot/presentation/Html.inc"); - + if (checkSession()) { if (isset($fDocumentID) && isset($fFolderID)) { diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentUI.inc index c318fd6..149da1e 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentUI.inc @@ -1,5 +1,16 @@ , Jam Warehouse (Pty) Ltd, South Africa + * @package presentation.lookAndFeel.knowledgeTree.documentmanagement + */ + function getConfirmationPage($iFolderID, $iDocumentID) { global $default; $sToRender = renderHeading("Move Document"); -- libgit2 0.21.4