if boolean vars are quoted they become strings
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Oct 2002 22:50:37 +0000 (22:50 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Oct 2002 22:50:37 +0000 (22:50 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3780 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index 21eb19be35b2ba2bab0f3aa8b61bb50e754155b4..3eb7d45e819761b56f07e91761a13e0121a0f181 100755 (executable)
@@ -2497,7 +2497,7 @@ sub save_data {
        # string
         print CF "\$prefs_val_field = '$prefs_val_field';\n";
        # boolean
-       print CF "\$no_list_for_subscribe = '$no_list_for_subscribe';\n";
+       print CF "\$no_list_for_subscribe = $no_list_for_subscribe;\n";
         print CF "\n";
 
         print CF "/**\n";