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.11,1.6.2.12


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha search.pl,1.6.2.11,1.6.2.12
Date: Wed, 18 Sep 2002 15:45:39 -0700

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

Modified Files:
      Tag: rel-1-2
        search.pl 
Log Message:
Bug fix for broken dewey search.


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.6.2.11
retrieving revision 1.6.2.12
diff -C2 -r1.6.2.11 -r1.6.2.12
*** search.pl   26 Jul 2002 18:23:54 -0000      1.6.2.11
--- search.pl   18 Sep 2002 22:45:37 -0000      1.6.2.12
***************
*** 78,82 ****
  $search{'class'}=$class;
  my $dewey=$query->param('dewey');
! $search{'dewey'};
  my $branch=$query->param('branch');
  $search{'branch'}=$branch;
--- 78,82 ----
  $search{'class'}=$class;
  my $dewey=$query->param('dewey');
! $search{'dewey'}=$dewey;
  my $branch=$query->param('branch');
  $search{'branch'}=$branch;




reply via email to

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