[Koha-cvs] CVS: koha search.pl,1.6.2.11,1.6.2.12

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Sep 19 00:45:39 CEST 2002


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;





More information about the Koha-cvs mailing list