ソースを参照

Add a couple sensible defaults

pdontthink 10 年 前
コミット
83c6f28db1
1 ファイル変更2 行追加0 行削除
  1. 2 0
      functions/db_prefs.php

+ 2 - 0
functions/db_prefs.php

@@ -139,6 +139,8 @@ class dbPrefs {
      * @var array
      */
     var $default = Array('theme_default' => 0,
+                         'include_self_reply_all' => '0',
+                         'do_not_reply_to_self' => '1',
                          'show_html_default' => '0');
 
     /**