From bfd44cce861770b8cb97bf17882e8b9393dd9b7f Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 30 Oct 2004 17:00:34 +0000 Subject: [PATCH] fixed syntax error --- lam/lib/modules/posixAccount.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lam/lib/modules/posixAccount.inc b/lam/lib/modules/posixAccount.inc index 842139aa..2e21140f 100644 --- a/lam/lib/modules/posixAccount.inc +++ b/lam/lib/modules/posixAccount.inc @@ -1015,7 +1015,9 @@ class posixAccount extends baseModule { } } return $return; - n /** + } + + /** * In this function the LDAP account is built up. * * @param array $rawAccounts list of hash arrays (name => value) from user input