瀏覽代碼

change default reply citation site, it's better to have by default an
attribution line above a reply than none.

Thijs Kinkhorst 20 年之前
父節點
當前提交
ac90ae5794
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/load_prefs.php

+ 1 - 1
include/load_prefs.php

@@ -156,7 +156,7 @@ $timezone = getPref($data_dir, $username, 'timezone', SMPREF_NONE );
 /* Load preferences for reply citation style. */
 /* Load preferences for reply citation style. */
 
 
 $reply_citation_style =
 $reply_citation_style =
-    getPref($data_dir, $username, 'reply_citation_style', SMPREF_NONE );
+    getPref($data_dir, $username, 'reply_citation_style', 'date_time_author' );
 $reply_citation_start = getPref($data_dir, $username, 'reply_citation_start');
 $reply_citation_start = getPref($data_dir, $username, 'reply_citation_start');
 $reply_citation_end = getPref($data_dir, $username, 'reply_citation_end');
 $reply_citation_end = getPref($data_dir, $username, 'reply_citation_end');