From 5f9f484fadbdc28be6b0c6b9ab0b67b6fd4d0e9c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 20 Jul 2005 09:14:24 +0000 Subject: Bug 257767: Option to have fields in CSV files separated by semicolons instead of commas - Patch by Marc Schumann r=LpSolit a=myk --- checksetup.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 3ac8eb5e3..7e5152628 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4053,6 +4053,9 @@ add_setting ("post_bug_submit_action", {"next_bug" => 1, }, "next_bug" ); +# 2005-06-29 wurblzap@gmail.com -- Bug 257767 +add_setting ('csv_colsepchar', {',' => 1, ';' => 2 }, ',' ); + ########################################################################### # Create Administrator --ADMIN-- ########################################################################### -- cgit v1.2.3-24-g4f1b