浏览代码

Forgot to update admin plugin for prefs db change

simond 23 年之前
父节点
当前提交
f1c374868c
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      plugins/administrator/defines.php

+ 7 - 0
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 ),