minor bugfix
authortipaul <tipaul>
Fri, 28 Nov 2003 14:00:20 +0000 (14:00 +0000)
committertipaul <tipaul>
Fri, 28 Nov 2003 14:00:20 +0000 (14:00 +0000)
thesaurus_popup.pl

index e952d30..491d329 100755 (executable)
@@ -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,