From 72d7840f52ef11b60b0cd6254e0739d0dd198869 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 2 Jul 2010 13:15:26 -0400 Subject: [PATCH] bug 3916: set final "no change" dropdwon in batch item modification Classification source drop-down in the batch item modification tool now has its default value set to the 'no change' value. Signed-off-by: Galen Charlton --- tools/batchMod.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/batchMod.pl b/tools/batchMod.pl index abeaf15740..3580b91443 100755 --- a/tools/batchMod.pl +++ b/tools/batchMod.pl @@ -307,7 +307,7 @@ foreach my $tag (sort keys %{$tagslib}) { push @authorised_values, $class_source; $authorised_lib{$class_source} = $class_sources->{$class_source}->{'description'}; } - $value = $default_source unless ($value); + $value = ''; #---- "true" authorised value } -- 2.39.2