Fix default value for hide attributions
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Feb 2007 20:28:20 +0000 (20:28 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Feb 2007 20:28:20 +0000 (20:28 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12244 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index 148b6615f6eb1c5ccbaa90fe59044f10709c7cb6..031d316f510d9c7ad135417bd83c414068bc30c1 100755 (executable)
@@ -2370,7 +2370,7 @@ sub command38 {
     print "";
     print "\n";
 
     print "";
     print "\n";
 
-    if ( lc($default_hide_attribution) eq 'true' ) {
+    if ( lc($hide_sm_attributions) eq 'true' ) {
         $default_value = "y";
     } else {
         $default_value = "n";
         $default_value = "y";
     } else {
         $default_value = "n";