From db5e333b2ec8ad646e309d628d79a5b63e1621c1 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 10 Jul 2004 09:25:15 +0000 Subject: [PATCH] documentation update --- lam/templates/initsuff.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lam/templates/initsuff.php b/lam/templates/initsuff.php index 50542d38..d4777baf 100644 --- a/lam/templates/initsuff.php +++ b/lam/templates/initsuff.php @@ -19,12 +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 - Creates main suffixes if they are missing. - */ +/** +* Creates main suffixes if they are missing. +* +* @author Roland Gruber +* @package main +*/ + +/** access to configuration settings */ include_once ("../lib/config.inc"); +/** LDAP access */ include_once ("../lib/ldap.inc"); +/** status messages */ include_once ("../lib/status.inc"); // start session