[Koha-cvs] CVS: koha search.pl,1.35,1.35.2.1

Henri-Damien LAURENT hdl at users.sourceforge.net
Fri May 27 12:02:53 CEST 2005


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10746

Modified Files:
      Tag: rel_2_2
	search.pl 
Log Message:
Bug Fixing : Using old search.pl with subjectitems In normal mode display.
Problem : Changing Page doesn't work.


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.35
retrieving revision 1.35.2.1
diff -C2 -r1.35 -r1.35.2.1
*** search.pl	7 Apr 2004 22:43:04 -0000	1.35
--- search.pl	27 May 2005 10:02:50 -0000	1.35.2.1
***************
*** 20,23 ****
--- 20,27 ----
  
  # $Log$
+ # Revision 1.35.2.1  2005/05/27 10:02:50  hdl
+ # Bug Fixing : Using old search.pl with subjectitems In normal mode display.
+ # Problem : Changing Page doesn't work.
+ #
  # Revision 1.35  2004/04/07 22:43:04  rangi
  # Fix for bug 217
***************
*** 100,104 ****
  foreach my $term (qw(keyword subject author illustrator itemnumber
  		     isbn date-before class dewey branch title abstract
! 		     publisher ttype))
  {
  	my $value = $query->param($term);
--- 104,108 ----
  foreach my $term (qw(keyword subject author illustrator itemnumber
  		     isbn date-before class dewey branch title abstract
! 		     publisher ttype subjectitems))
  {
  	my $value = $query->param($term);





More information about the Koha-cvs mailing list