From 6761f601c677807f2d66ff9ab13f0db655d6af5a Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 9 Oct 2004 11:04:20 +0000 Subject: [PATCH] changed PHPDoc package --- lam/lib/profiles.inc | 4 ++-- lam/templates/profedit/profilecreate.php | 2 +- lam/templates/profedit/profiledelete.php | 2 +- lam/templates/profedit/profilemain.php | 2 +- lam/templates/profedit/profilepage.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lam/lib/profiles.inc b/lam/lib/profiles.inc index d93c9cfc..b35154cb 100644 --- a/lam/lib/profiles.inc +++ b/lam/lib/profiles.inc @@ -22,9 +22,9 @@ $Id$ */ /** -* This file provides functions to load and save account profiles for users/groups/hosts. +* This file provides functions to load and save account profiles. * -* @package configuration +* @package profiles * @author Roland Gruber */ diff --git a/lam/templates/profedit/profilecreate.php b/lam/templates/profedit/profilecreate.php index f095a39a..fc7838cc 100644 --- a/lam/templates/profedit/profilecreate.php +++ b/lam/templates/profedit/profilecreate.php @@ -24,7 +24,7 @@ $Id$ /** * Saves new/modified profiles. * -* @package Profiles +* @package profiles * @author Roland Gruber */ diff --git a/lam/templates/profedit/profiledelete.php b/lam/templates/profedit/profiledelete.php index 95939fcd..ea29083f 100644 --- a/lam/templates/profedit/profiledelete.php +++ b/lam/templates/profedit/profiledelete.php @@ -24,7 +24,7 @@ $Id$ /** * Manages deletion of profiles. * -* @package Profiles +* @package profiles * @author Roland Gruber */ diff --git a/lam/templates/profedit/profilemain.php b/lam/templates/profedit/profilemain.php index a2590b63..0b8910ce 100644 --- a/lam/templates/profedit/profilemain.php +++ b/lam/templates/profedit/profilemain.php @@ -24,7 +24,7 @@ $Id$ /** * This is the main window of the profile editor. * -* @package Profiles +* @package profiles * @author Roland Gruber */ diff --git a/lam/templates/profedit/profilepage.php b/lam/templates/profedit/profilepage.php index 3ff75e35..e80548e4 100644 --- a/lam/templates/profedit/profilepage.php +++ b/lam/templates/profedit/profilepage.php @@ -24,7 +24,7 @@ $Id$ /** * Manages creating/changing of profiles. * -* @package Profiles +* @package profiles * @author Roland Gruber */