MT 2067, Follow-up : Description for CSV export not mandatory anymore
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Tue, 3 Nov 2009 14:43:19 +0000 (15:43 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 10 Feb 2010 13:01:29 +0000 (14:01 +0100)
tools/csv-profiles.pl

index 1e037f3..1d54da9 100755 (executable)
@@ -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") {