From b47c8d4ac9794eb6af06a53ad675a91c5c87cfb7 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Tue, 3 Nov 2009 15:43:19 +0100 Subject: [PATCH] MT 2067, Follow-up : Description for CSV export not mandatory anymore --- tools/csv-profiles.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/csv-profiles.pl b/tools/csv-profiles.pl index 1e037f3aab..1d54da9e7a 100755 --- a/tools/csv-profiles.pl +++ b/tools/csv-profiles.pl @@ -68,7 +68,7 @@ my $delete = $input->param("delete"); my $id = $input->param("id"); if ($delete) { $action = "delete"; } -if ($profile_name && $profile_content && $profile_description && $action) { +if ($profile_name && $profile_content && $action) { my $rows; if ($action eq "create") { -- 2.20.1