Commit 25f806425d6945e8139e7d03fe2a488c4b2fa24f
1 parent
ddeee49f
moved comment block
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2184 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
11 additions
and
13 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/modifyArchiveSettingsBL.php
| 1 | <?php | 1 | <?php |
| 2 | - | 2 | +/** |
| 3 | + * $Id$ | ||
| 4 | + * | ||
| 5 | + * Business logic for setting document archive settings | ||
| 6 | + * | ||
| 7 | + * Licensed under the GNU GPL. For full terms see the file DOCS/COPYING. | ||
| 8 | + * | ||
| 9 | + * @version $Revision$ | ||
| 10 | + * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa | ||
| 11 | + * @package presentation.lookAndFeel.knowledgeTree.documentmanagement | ||
| 12 | + */ | ||
| 3 | require_once("../../../../../config/dmsDefaults.php"); | 13 | require_once("../../../../../config/dmsDefaults.php"); |
| 4 | require_once("$default->fileSystemRoot/lib/documentmanagement/Document.inc"); | 14 | require_once("$default->fileSystemRoot/lib/documentmanagement/Document.inc"); |
| 5 | 15 | ||
| @@ -13,18 +23,6 @@ require_once("$default->fileSystemRoot/presentation/Html.inc"); | @@ -13,18 +23,6 @@ require_once("$default->fileSystemRoot/presentation/Html.inc"); | ||
| 13 | require_once("$default->uiDirectory/documentmanagement/documentUI.inc"); | 23 | require_once("$default->uiDirectory/documentmanagement/documentUI.inc"); |
| 14 | require_once("$default->uiDirectory/documentmanagement/archiving/archiveSettingsUI.inc"); | 24 | require_once("$default->uiDirectory/documentmanagement/archiving/archiveSettingsUI.inc"); |
| 15 | 25 | ||
| 16 | -/** | ||
| 17 | - * $Id$ | ||
| 18 | - * | ||
| 19 | - * Business logic for setting document archive settings | ||
| 20 | - * | ||
| 21 | - * Licensed under the GNU GPL. For full terms see the file DOCS/COPYING. | ||
| 22 | - * | ||
| 23 | - * @version $Revision$ | ||
| 24 | - * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa | ||
| 25 | - * @package presentation.lookAndFeel.knowledgeTree.documentmanagement | ||
| 26 | - */ | ||
| 27 | - | ||
| 28 | if (checkSession()) { | 26 | if (checkSession()) { |
| 29 | global $default; | 27 | global $default; |
| 30 | 28 |