From 11ac8d26e083fb6a0614ce96d5b2cdcca9ab3b32 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 31 May 2004 18:03:40 +0000 Subject: [PATCH] documentation update --- lam/templates/lists/userlink.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/lam/templates/lists/userlink.php b/lam/templates/lists/userlink.php index f633ba02..6ebaf574 100644 --- a/lam/templates/lists/userlink.php +++ b/lam/templates/lists/userlink.php @@ -19,11 +19,20 @@ $Id$ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - This page will redirect to account/edit.php if the given user is valid. - It is called from listgroups.php via the memberUID links. - */ + +/** +* This page will redirect to account/edit.php if the given user is valid. +* +* It is called from listgroups.php via the memberUID links. +* +* @package lists +* @author Roland Gruber +*/ + +/** Needed to find DNs of users */ include_once ("../../lib/ldap.inc"); +/** Used to display error messages */ include_once ("../../lib/status.inc"); // start session