koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha search.pl,1.6.2.15,1.6.2.16
Date: Mon, 28 Oct 2002 10:01:51 -0800

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]