From 9c7e383156fb277672bfa975b02de4af355e79ed Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 25 Nov 2004 17:40:36 +0000 Subject: [PATCH] adding items fields to field list in MARC list of fields to search --- search.marc/search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.marc/search.pl b/search.marc/search.pl index 47190d3be7..812f1aada9 100755 --- a/search.marc/search.pl +++ b/search.marc/search.pl @@ -42,7 +42,7 @@ sub create_marclist { my $widest_menu_item_width = 0; for (my $pass = 1; $pass <= 2; $pass += 1) { - for (my $tabloop = 0; $tabloop<=9;$tabloop++) + for (my $tabloop = 0; $tabloop<=10;$tabloop++) { my $separator_inserted_p = 0; # FIXME... should not use!! foreach my $tag (sort(keys (%{$tagslib}))) -- 2.39.5