Преглед изворни кода

fixed missing '' quoting (again..)

centaurix пре 23 година
родитељ
комит
5b1df31077
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      config/conf.pl

+ 1 - 1
config/conf.pl

@@ -2475,7 +2475,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";