Fix to be compatible with the new preferences->create_email_preferences(). Still need to change SM to use it.

This commit is contained in:
skeeter 2001-11-13 18:19:53 +00:00
parent 09512b2072
commit 7ab7c98412

View File

@ -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))
{ {