From 524224c0d1e8e6f1a7a7c33000fa244630861104 Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 28 Nov 2003 14:00:20 +0000 Subject: [PATCH] minor bugfix --- thesaurus_popup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thesaurus_popup.pl b/thesaurus_popup.pl index e952d30273..491d3291ee 100755 --- a/thesaurus_popup.pl +++ b/thesaurus_popup.pl @@ -88,13 +88,13 @@ if ($search_string) { -labels=> \%stdlib ); } -my $x = SearchDeeper('',$category,$search_string); +my @x = SearchDeeper('',$category,$search_string); #my @son; #foreach (my $value @$x) { # warn \@$x[$value]->{'stdlib'}; #} my $dig_list= CGI::scrolling_list( -name=>'search_string', - -values=> \@$x, + -values=> \@x, -default=> "", -size=>1, -multiple=>0, -- 2.20.1