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.13,1.14


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/opac opac-searchresults.pl,1.13,1.14
Date: Thu, 09 Oct 2003 17:35:08 -0700

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

Modified Files:
        opac-searchresults.pl 
Log Message:
Fix for bug 588
Now i just have to get the plural/singular for results /result working



Index: opac-searchresults.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-searchresults.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** opac-searchresults.pl       24 Apr 2003 18:44:17 -0000      1.13
--- opac-searchresults.pl       10 Oct 2003 00:35:06 -0000      1.14
***************
*** 90,94 ****
  
  my $startfrom=$query->param('startfrom');
! ($startfrom) || ($startfrom=1);
  
  my address@hidden;
--- 90,94 ----
  
  my $startfrom=$query->param('startfrom');
! ($startfrom) || ($startfrom=0);
  
  my address@hidden;




reply via email to

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