mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Fix to be compatible with the new preferences->create_email_preferences(). Still need to change SM to use it.
This commit is contained in:
parent
09512b2072
commit
7ab7c98412
@ -1274,6 +1274,7 @@
|
|||||||
*/
|
*/
|
||||||
function create_emailpreferences($prefs='',$accountid='')
|
function create_emailpreferences($prefs='',$accountid='')
|
||||||
{
|
{
|
||||||
|
return $GLOBALS['phpgw']->preferences->create_email_preferences($accountid);
|
||||||
// ---- Create the email Message Class if needed -----
|
// ---- Create the email Message Class if needed -----
|
||||||
if (is_object($GLOBALS['phpgw']->msg))
|
if (is_object($GLOBALS['phpgw']->msg))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user