From 0f39ef3ba7af45b79e9f9335566370c7aee2aecf Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 20 Aug 2011 17:59:36 +0000 Subject: [PATCH] PHPDoc fix --- lam/lib/baseModule.inc | 4 ++-- lam/lib/modules/inetOrgPerson.inc | 2 +- lam/lib/modules/kolabUser.inc | 2 +- lam/lib/modules/posixAccount.inc | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lam/lib/baseModule.inc b/lam/lib/baseModule.inc index 1571a3c3..def03148 100644 --- a/lam/lib/baseModule.inc +++ b/lam/lib/baseModule.inc @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2003 - 2010 Roland Gruber + Copyright (C) 2003 - 2011 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1229,7 +1229,7 @@ abstract class baseModule { * It is not possible to display help links. * * @param array $fields list of active fields - * @param array $attributes attributes of LDAP account (attribute names in lower case) + * @param array $attributes attributes of LDAP account * @return htmlElement meta HTML object * * @see htmlElement diff --git a/lam/lib/modules/inetOrgPerson.inc b/lam/lib/modules/inetOrgPerson.inc index 3a6a8323..c7d02613 100644 --- a/lam/lib/modules/inetOrgPerson.inc +++ b/lam/lib/modules/inetOrgPerson.inc @@ -1720,7 +1720,7 @@ class inetOrgPerson extends baseModule implements passwordService { * It is not possible to display help links. * * @param array $fields list of active fields - * @param array $attributes attributes of LDAP account (attribute names in lower case) + * @param array $attributes attributes of LDAP account * @return array meta HTML */ function getSelfServiceOptions($fields, $attributes) { diff --git a/lam/lib/modules/kolabUser.inc b/lam/lib/modules/kolabUser.inc index dcaab7d9..15424807 100644 --- a/lam/lib/modules/kolabUser.inc +++ b/lam/lib/modules/kolabUser.inc @@ -813,7 +813,7 @@ class kolabUser extends baseModule { * It is not possible to display help links. * * @param array $fields list of active fields - * @param array $attributes attributes of LDAP account (attribute names in lower case) + * @param array $attributes attributes of LDAP account * @return array meta HTML */ function getSelfServiceOptions($fields, $attributes) { diff --git a/lam/lib/modules/posixAccount.inc b/lam/lib/modules/posixAccount.inc index ffb4fc0d..127dfe1d 100644 --- a/lam/lib/modules/posixAccount.inc +++ b/lam/lib/modules/posixAccount.inc @@ -1846,7 +1846,7 @@ class posixAccount extends baseModule implements passwordService { * It is not possible to display help links. * * @param array $fields list of active fields - * @param array $attributes attributes of LDAP account (attribute names in lower case) + * @param array $attributes attributes of LDAP account * @return array meta HTML */ function getSelfServiceOptions($fields, $attributes) {