From 7ab7c9841221f7c2c9aa26bb0b406442bcd3bea6 Mon Sep 17 00:00:00 2001 From: skeeter Date: Tue, 13 Nov 2001 18:19:53 +0000 Subject: [PATCH] Fix to be compatible with the new preferences->create_email_preferences(). Still need to change SM to use it. --- phpgwapi/inc/class.common.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index ee88f2f5fa..26131755d7 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -1274,6 +1274,7 @@ */ function create_emailpreferences($prefs='',$accountid='') { + return $GLOBALS['phpgw']->preferences->create_email_preferences($accountid); // ---- Create the email Message Class if needed ----- if (is_object($GLOBALS['phpgw']->msg)) {