Forgot to update admin plugin for prefs db change
authorsimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 4 Feb 2002 12:57:06 +0000 (12:57 +0000)
committersimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 4 Feb 2002 12:57:06 +0000 (12:57 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2354 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/administrator/defines.php

index 43b946e6daed4b71c5ea5802ca2cebdd617f866d..241b6de706005eddeed54fe680ca0e7bdb8a18f0 100644 (file)
@@ -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 ),