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.35,1.35.2.1


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha search.pl,1.35,1.35.2.1
Date: Fri, 27 May 2005 03:02:53 -0700

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);




reply via email to

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