adding items fields to field list in MARC list of fields to search
authortipaul <tipaul>
Thu, 25 Nov 2004 17:40:36 +0000 (17:40 +0000)
committertipaul <tipaul>
Thu, 25 Nov 2004 17:40:36 +0000 (17:40 +0000)
search.marc/search.pl

index 47190d3..812f1aa 100755 (executable)
@@ -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})))