Commit 9a9a91ba229032b96cbbc4a2ae7a027885f7fd23
1 parent
fdff5687
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 | 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 | 13 | require_once("../../../../../config/dmsDefaults.php"); |
| 4 | 14 | require_once("$default->fileSystemRoot/lib/documentmanagement/Document.inc"); |
| 5 | 15 | |
| ... | ... | @@ -13,18 +23,6 @@ require_once("$default->fileSystemRoot/presentation/Html.inc"); |
| 13 | 23 | require_once("$default->uiDirectory/documentmanagement/documentUI.inc"); |
| 14 | 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 | 26 | if (checkSession()) { |
| 29 | 27 | global $default; |
| 30 | 28 | ... | ... |