[Koha-cvs] CVS: koha search.pl,1.6.2.15,1.6.2.16

Steve Tonnesen tonnesen at users.sourceforge.net
Mon Oct 28 19:01:51 CET 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv5203

Modified Files:
      Tag: rel-1-2
	search.pl 
Log Message:
Bug broke illustrator searching.


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.6.2.15
retrieving revision 1.6.2.16
diff -C2 -r1.6.2.15 -r1.6.2.16
*** search.pl	24 Oct 2002 19:20:12 -0000	1.6.2.15
--- search.pl	28 Oct 2002 18:01:48 -0000	1.6.2.16
***************
*** 45,49 ****
  #$search{'authorhtmlescaped'}=~s/ /%20/g;
  my $illustrator=$query->param('illustrator');
! $search{'param'}=$illustrator;
  my $itemnumber=$query->param('itemnumber');
  $search{'itemnumber'}=$itemnumber;
--- 45,49 ----
  #$search{'authorhtmlescaped'}=~s/ /%20/g;
  my $illustrator=$query->param('illustrator');
! $search{'illustrator'}=$illustrator;
  my $itemnumber=$query->param('itemnumber');
  $search{'itemnumber'}=$itemnumber;





More information about the Koha-cvs mailing list