From f58f1fd853951211ad6f0401ed8640e32ad3e9c0 Mon Sep 17 00:00:00 2001 From: simond Date: Mon, 4 Feb 2002 12:57:06 +0000 Subject: [PATCH] Forgot to update admin plugin for prefs db change git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2354 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/defines.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 43b946e6..241b6de7 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -212,6 +212,13 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_STRING, 'size' => 40, 'default' => 'address' ), + '$prefs_dsn' => array( 'name' => _("Preferences DSN"), + 'type' => SMOPT_TYPE_STRING, + 'size' => 40 ), + '$prefs_table' => array( 'name' => _("Preferences table"), + 'type' => SMOPT_TYPE_STRING, + 'size' => 40, + 'default' => 'userprefs' ), /* --------------------------------------------------------*/ 'Group7' => array( 'name' => _("Themes"), 'type' => SMOPT_TYPE_TITLE ), -- 2.25.1