From ea5ef724f351a52c5819d040089a2d8a5dfa8f85 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 20 Jan 2003 08:37:20 +0000 Subject: [PATCH] updated phpdocs - @author - @package - GPL --- lib/dms.inc | 5 +++-- tests/documentmanagement/DocumentBrowser.php | 11 +++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) 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 // ------------------------------- -- libgit2 0.21.4