if boolean vars are quoted they become strings
[squirrelmail.git] / 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";