From b8d544babcd4e1e71e379b454ba50d30820d64e0 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 8 Feb 2010 16:27:09 +0000 Subject: [PATCH] *** empty log message *** --- lam/lib/modules/posixAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/modules/posixAccount.inc b/lam/lib/modules/posixAccount.inc index 3c646f90..e12993e5 100644 --- a/lam/lib/modules/posixAccount.inc +++ b/lam/lib/modules/posixAccount.inc @@ -1430,7 +1430,7 @@ class posixAccount extends baseModule implements passwordService { $partialAccounts[$i]['userPassword'] = pwd_hash($rawAccounts[$i][$ids['posixAccount_password']], $pwd_enabled, $this->moduleSettings['posixAccount_pwdHash'][0]); } elseif ($rawAccounts[$i][$ids['posixAccount_password']] != "") { - $errMsg = str_replace('%', '%%', $this->messages['userPassword'][4]); + $errMsg = str_replace('%', '%%', $this->messages['userPassword'][4]); // double "%" because of later sprintf array_push($errMsg, array($i)); $errors[] = $errMsg; }