Explorar el Código

Add a couple sensible defaults

pdontthink hace 10 años
padre
commit
83c6f28db1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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');
 
     /**