Commit ea5ef724f351a52c5819d040089a2d8a5dfa8f85

Authored by Michael Joseph
1 parent 8d9c2847

updated phpdocs

- @author
- @package
- GPL


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@364 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/dms.inc
... ... @@ -6,9 +6,10 @@
6 6 * DMS default routines and functions
7 7 *
8 8 * Licensed under the GNU GPL. For full terms see the file COPYING.
  9 + *
9 10 * @version $Revision$
10   - * @author <a href="mailto:michael@jamwarehouse.com">Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa
11   - * @package dmslib
  11 + * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa
  12 + * @package lib
12 13 */
13 14  
14 15 /**
... ...
tests/documentmanagement/DocumentBrowser.php
1 1 <?php
  2 +
  3 +require_once ("../../config/dmsDefaults.php");
  4 +require_once ("$default->owl_fs_root/lib/documentmanagement/DocumentBrowser.inc");
  5 +
2 6 /**
3 7 * $Id$
4 8 *
... ... @@ -8,14 +12,13 @@
8 12 * browseByCategory($category)
9 13 * browseByDocumentType($documentTypeID)
10 14 *
  15 + * Licensed under the GNU GPL. For full terms see the file COPYING.
  16 + *
11 17 * @version $Revision$
12   - * @author <a href="mailto:michael@jamwarehouse.com">Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa
  18 + * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa
13 19 * @package tests/documentmanagement
14 20 */
15 21  
16   -require_once ("../../config/dmsDefaults.php");
17   -require_once ("$default->owl_fs_root/lib/documentmanagement/DocumentBrowser.inc");
18   -
19 22 // -------------------------------
20 23 // page start
21 24 // -------------------------------
... ...