Browse Source

Forgot to update admin plugin for prefs db change

simond 23 năm trước cách đây
mục cha
commit
f1c374868c
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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 ),