Commit 90bd610ceb63bb0da25ba3b1ea97f00e874d21bd
1 parent
ed0b5953
shortened package name
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2581 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
8 changed files
with
8 additions
and
8 deletions
presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/archivedDocumentsUI.inc
| ... | ... | @@ -22,7 +22,7 @@ |
| 22 | 22 | * |
| 23 | 23 | * @version $Revision$ |
| 24 | 24 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa |
| 25 | - * @package presentation.lookAndFeel.knowledgeTree.administration.documentmanagement | |
| 25 | + * @package administration.documentmanagement | |
| 26 | 26 | */ |
| 27 | 27 | |
| 28 | 28 | /** | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/expungeDeletedDocumentsBL.php
| ... | ... | @@ -34,7 +34,7 @@ require_once("$default->fileSystemRoot/presentation/Html.inc"); |
| 34 | 34 | * |
| 35 | 35 | * @version $Revision$ |
| 36 | 36 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa |
| 37 | - * @package presentation.lookAndFeel.knowledgeTree.administration.documentmanagement | |
| 37 | + * @package administration.documentmanagement | |
| 38 | 38 | */ |
| 39 | 39 | |
| 40 | 40 | if (checkSession()) { | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/expungeDeletedDocumentsUI.inc
| ... | ... | @@ -22,7 +22,7 @@ |
| 22 | 22 | * |
| 23 | 23 | * @version $Revision$ |
| 24 | 24 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa |
| 25 | - * @package presentation.lookAndFeel.knowledgeTree.administration.documentmanagement | |
| 25 | + * @package administration.documentmanagement | |
| 26 | 26 | */ |
| 27 | 27 | |
| 28 | 28 | /** | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/listDeletedDocumentsBL.php
| ... | ... | @@ -32,7 +32,7 @@ require_once("$default->fileSystemRoot/presentation/Html.inc"); |
| 32 | 32 | * |
| 33 | 33 | * @version $Revision$ |
| 34 | 34 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa |
| 35 | - * @package presentation.lookAndFeel.knowledgeTree.administration.documentmanagement | |
| 35 | + * @package administration.documentmanagement | |
| 36 | 36 | */ |
| 37 | 37 | |
| 38 | 38 | if (checkSession()) { | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/listDeletedDocumentsUI.inc
| ... | ... | @@ -22,7 +22,7 @@ |
| 22 | 22 | * |
| 23 | 23 | * @version $Revision$ |
| 24 | 24 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa |
| 25 | - * @package presentation.lookAndFeel.knowledgeTree.administration.documentmanagement | |
| 25 | + * @package administration.documentmanagement | |
| 26 | 26 | */ |
| 27 | 27 | |
| 28 | 28 | /** | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php
| ... | ... | @@ -37,7 +37,7 @@ require_once("$default->fileSystemRoot/presentation/Html.inc"); |
| 37 | 37 | * |
| 38 | 38 | * @version $Revision$ |
| 39 | 39 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa |
| 40 | - * @package presentation.lookAndFeel.knowledgeTree.administration.documentmanagement | |
| 40 | + * @package administration.documentmanagement | |
| 41 | 41 | */ |
| 42 | 42 | |
| 43 | 43 | if (checkSession()) { | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/restoreDeletedDocumentBL.php
| ... | ... | @@ -34,7 +34,7 @@ require_once("$default->fileSystemRoot/presentation/Html.inc"); |
| 34 | 34 | * |
| 35 | 35 | * @version $Revision$ |
| 36 | 36 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa |
| 37 | - * @package presentation.lookAndFeel.knowledgeTree.administration.documentmanagement | |
| 37 | + * @package administration.documentmanagement | |
| 38 | 38 | */ |
| 39 | 39 | |
| 40 | 40 | if (checkSession()) { | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/restoreDeletedDocumentsUI.inc
| ... | ... | @@ -22,7 +22,7 @@ |
| 22 | 22 | * |
| 23 | 23 | * @version $Revision$ |
| 24 | 24 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa |
| 25 | - * @package presentation.lookAndFeel.knowledgeTree.administration.documentmanagement | |
| 25 | + * @package administration.documentmanagement | |
| 26 | 26 | */ |
| 27 | 27 | |
| 28 | 28 | /** | ... | ... |