Commit 8b0c0ed851e41e75c647de686c826905af570c13

Authored by michael
1 parent 15d10810

shortened package name


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2581 c91229c3-7414-0410-bfa2-8a42b809f60b
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(&quot;$default-&gt;fileSystemRoot/presentation/Html.inc&quot;);
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(&quot;$default-&gt;fileSystemRoot/presentation/Html.inc&quot;);
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(&quot;$default-&gt;fileSystemRoot/presentation/Html.inc&quot;);
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(&quot;$default-&gt;fileSystemRoot/presentation/Html.inc&quot;);
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 /**
... ...