[Koha-cvs] CVS: koha/opac opac-searchresults.pl,1.10,1.11

Mike Hansen wolfpac444 at users.sourceforge.net
Fri Feb 21 03:25:06 CET 2003


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1:/tmp/cvs-serv22609/koha/opac

Modified Files:
	opac-searchresults.pl 
Log Message:
Fixed the subject search.


Index: opac-searchresults.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-searchresults.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** opac-searchresults.pl	3 Feb 2003 02:15:43 -0000	1.10
--- opac-searchresults.pl	21 Feb 2003 02:25:04 -0000	1.11
***************
*** 69,73 ****
  my $subjectitems=$query->param('subjectitems');
  if ($subjectitems) {
!     @results = subsearch($env,$subjectitems, $number_of_results, $startfrom);
      $count = $#results+1;
  } else {
--- 69,74 ----
  my $subjectitems=$query->param('subjectitems');
  if ($subjectitems) {
!     #@results = subsearch($env,$subjectitems, $number_of_results, $startfrom);
!     @results = subsearch($enc, $subjectitems);
      $count = $#results+1;
  } else {





More information about the Koha-cvs mailing list