From 6767afba503f76ce843cc90284135f3395e18db7 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Mon, 4 Feb 2002 19:27:29 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2360 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_default.php b/config/config_default.php index 61316827..c965d4c0 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -393,7 +393,7 @@ $addrbook_table = 'address'; global $prefs_dsn, $prefs_table; $prefs_dsn = ''; -$prefs_table = 'userprefs' +$prefs_table = 'userprefs'; /** * Users may search their addressbook via either a plain HTML or Javascript -- 2.25.1