From 794b229a358e2e60cde732a420dbd0b52bf82c67 Mon Sep 17 00:00:00 2001 From: katagia Date: Tue, 28 Sep 2004 16:46:53 +0000 Subject: [PATCH] some fixes --- lam/lib/modules/account.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lam/lib/modules/account.inc b/lam/lib/modules/account.inc index ec6b5def..01deb503 100644 --- a/lam/lib/modules/account.inc +++ b/lam/lib/modules/account.inc @@ -48,6 +48,11 @@ class account extends baseModule { parent::init($base); } + /** this functin fills the error message array with messages + **/ + function load_Messages() { + } + /* This function returns true if all required attributes from other * modules are set. This is required to prevent undefined states */