From d1aa5322e7d00240bb6a18e404d4d10d80ac93d1 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Thu, 8 Feb 2007 20:28:20 +0000 Subject: [PATCH] Fix default value for hide attributions git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12244 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conf.pl b/config/conf.pl index 148b6615..031d316f 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -2370,7 +2370,7 @@ sub command38 { print ""; print "\n"; - if ( lc($default_hide_attribution) eq 'true' ) { + if ( lc($hide_sm_attributions) eq 'true' ) { $default_value = "y"; } else { $default_value = "n"; -- 2.25.1