Browse Source

Add a couple sensible defaults

pdontthink 10 years ago
parent
commit
83c6f28db1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      functions/db_prefs.php

+ 2 - 0
functions/db_prefs.php

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