From 579d94d03102a2ed4570ecdbe644a5ea3b621b8a Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 11 Aug 2005 18:33:32 +0000 Subject: [PATCH] another PHP5 related fix --- lam/lib/modules/posixAccount.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lam/lib/modules/posixAccount.inc b/lam/lib/modules/posixAccount.inc index 76494e0b..f5442f7c 100644 --- a/lam/lib/modules/posixAccount.inc +++ b/lam/lib/modules/posixAccount.inc @@ -625,6 +625,7 @@ class posixAccount extends baseModule { /* Write variables into object and do some regexp checks */ function process_attributes(&$post) { + $triggered_messages = array(); $groups = $_SESSION['cache']->findgroups(); // list of all groupnames if (count($groups)==0) { return array("ERROR", _('No Unix groups found in LDAP! Please create one first.'), '');