koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mike Hansen
Subject: [Koha-cvs] CVS: koha/opac opac-searchresults.pl,1.10,1.11
Date: Thu, 20 Feb 2003 18:25:06 -0800

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) {
!     address@hidden = subsearch($env,$subjectitems, $number_of_results, 
$startfrom);
!     @results = subsearch($enc, $subjectitems);
      $count = $#results+1;
  } else {




reply via email to

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