From 3cebb0a5cf2085edadc3ed406ca888f876c6d8d9 Mon Sep 17 00:00:00 2001 From: teepe Date: Tue, 20 Nov 2001 22:08:24 +0000 Subject: [PATCH] better default for printer_friendly option git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1783 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/load_prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/load_prefs.php b/src/load_prefs.php index 24e18d4e..a8307376 100644 --- a/src/load_prefs.php +++ b/src/load_prefs.php @@ -197,7 +197,7 @@ $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 ); - $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); global $include_self_reply_all; -- 2.25.1