some fixes

This commit is contained in:
katagia 2004-09-28 16:46:53 +00:00
parent c58e2ba0ea
commit 794b229a35
1 changed files with 5 additions and 0 deletions

View File

@ -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
*/