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) {