Przeglądaj źródła

better default for printer_friendly option

teepe 23 lat temu
rodzic
commit
605044ab98
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/load_prefs.php

+ 1 - 1
src/load_prefs.php

@@ -197,7 +197,7 @@
 
 
     $show_xmailer_default = getPref($data_dir, $username, 'show_xmailer_default', SMPREF_OFF );
     $show_xmailer_default = getPref($data_dir, $username, 'show_xmailer_default', SMPREF_OFF );
     $attachment_common_show_images = getPref($data_dir, $username, 'attachment_common_show_images', SMPREF_OFF );
     $attachment_common_show_images = getPref($data_dir, $username, 'attachment_common_show_images', SMPREF_OFF );
-    $pf_subtle_link = getPref($data_dir, $username, 'pf_subtle_link', SMPREF_OFF);
+    $pf_subtle_link = getPref($data_dir, $username, 'pf_subtle_link', SMPREF_ON);
     $pf_cleandisplay = getPref($data_dir, $username, 'pf_cleandisplay', SMPREF_OFF);
     $pf_cleandisplay = getPref($data_dir, $username, 'pf_cleandisplay', SMPREF_OFF);
 
 
     global $include_self_reply_all;
     global $include_self_reply_all;