[Koha-cvs] CVS: koha thesaurus_popup.pl,1.12,1.13

Paul POULAIN tipaul at users.sourceforge.net
Fri Nov 28 15:00:25 CET 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv16336

Modified Files:
	thesaurus_popup.pl 
Log Message:
minor bugfix

Index: thesaurus_popup.pl
===================================================================
RCS file: /cvsroot/koha/koha/thesaurus_popup.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** thesaurus_popup.pl	14 Nov 2003 22:00:42 -0000	1.12
--- thesaurus_popup.pl	28 Nov 2003 14:00:20 -0000	1.13
***************
*** 89,93 ****
  			);
  }
! my $x = SearchDeeper('',$category,$search_string);
  #my @son;
  #foreach (my $value @$x) {
--- 89,93 ----
  			);
  }
! my @x = SearchDeeper('',$category,$search_string);
  #my @son;
  #foreach (my $value @$x) {
***************
*** 95,99 ****
  #}
  my $dig_list= CGI::scrolling_list( -name=>'search_string',
! 		-values=> \@$x,
  		-default=> "",
  		-size=>1,
--- 95,99 ----
  #}
  my $dig_list= CGI::scrolling_list( -name=>'search_string',
! 		-values=> \@x,
  		-default=> "",
  		-size=>1,





More information about the Koha-cvs mailing list