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.14,1.6.2.15


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha search.pl,1.6.2.14,1.6.2.15
Date: Thu, 24 Oct 2002 12:20:18 -0700

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

Modified Files:
      Tag: rel-1-2
        search.pl 
Log Message:
Call to subsearch() wasn't including the offset and num variables so nothing
was getting returned.


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.6.2.14
retrieving revision 1.6.2.15
diff -C2 -r1.6.2.14 -r1.6.2.15
*** search.pl   21 Oct 2002 20:10:18 -0000      1.6.2.14
--- search.pl   24 Oct 2002 19:20:12 -0000      1.6.2.15
***************
*** 94,98 ****
  if (my $subject=$query->param('subjectitems')) {
      my $blah;
!     @results=subsearch(\$blah,$subject);
      $count=$#results+1;
  } else {
--- 94,98 ----
  if (my $subject=$query->param('subjectitems')) {
      my $blah;
!     @results=subsearch(\$blah,$subject,$num,$startfrom);
      $count=$#results+1;
  } else {




reply via email to

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