From 4671cad66e36d492890b283a7ed138d832e29e33 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 17 Aug 2005 19:25:46 +0000 Subject: [PATCH] PHPDoc update --- lam/tests/status-test.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lam/tests/status-test.php b/lam/tests/status-test.php index ae6a7d68..d04c3ec2 100644 --- a/lam/tests/status-test.php +++ b/lam/tests/status-test.php @@ -19,11 +19,18 @@ $Id$ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - LDAP Account Manager status messages. */ +/** +* LDAP Account Manager status messages. +* +* @package tests +* @author Michael Duergner +*/ + +/** message displaying */ include_once("../lib/status.inc"); + ?>