diff --git a/lib/dms.inc b/lib/dms.inc index 24fe39e..790856e 100644 --- a/lib/dms.inc +++ b/lib/dms.inc @@ -6,9 +6,10 @@ * DMS default routines and functions * * Licensed under the GNU GPL. For full terms see the file COPYING. + * * @version $Revision$ - * @author Michael Joseph, Jam Warehouse (Pty) Ltd, South Africa - * @package dmslib + * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa + * @package lib */ /** diff --git a/tests/documentmanagement/DocumentBrowser.php b/tests/documentmanagement/DocumentBrowser.php index 38cca02..faf69db 100644 --- a/tests/documentmanagement/DocumentBrowser.php +++ b/tests/documentmanagement/DocumentBrowser.php @@ -1,4 +1,8 @@ owl_fs_root/lib/documentmanagement/DocumentBrowser.inc"); + /** * $Id$ * @@ -8,14 +12,13 @@ * browseByCategory($category) * browseByDocumentType($documentTypeID) * + * Licensed under the GNU GPL. For full terms see the file COPYING. + * * @version $Revision$ - * @author Michael Joseph, Jam Warehouse (Pty) Ltd, South Africa + * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa * @package tests/documentmanagement */ -require_once ("../../config/dmsDefaults.php"); -require_once ("$default->owl_fs_root/lib/documentmanagement/DocumentBrowser.inc"); - // ------------------------------- // page start // -------------------------------