mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
small fix, added a wrapper for the renamed function email_address (was sub_default_addres) for email/anglemail
This commit is contained in:
parent
18e75c5a85
commit
ce1a06d831
@ -727,6 +727,11 @@
|
|||||||
return $prefs_email_address;
|
return $prefs_email_address;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function sub_default_address($account_id='')
|
||||||
|
{
|
||||||
|
return $this->email_address($account_id);
|
||||||
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@function create_email_preferences
|
@function create_email_preferences
|
||||||
@abstract create email preferences
|
@abstract create email preferences
|
||||||
|
Loading…
Reference in New Issue
Block a user