From 13f7f793ea2b7dba61173935c802362ddb5fbc09 Mon Sep 17 00:00:00 2001 From: rangi Date: Fri, 10 Oct 2003 00:35:06 +0000 Subject: [PATCH] Fix for bug 588 Now i just have to get the plural/singular for results /result working --- opac/opac-searchresults.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-searchresults.pl b/opac/opac-searchresults.pl index 4d2c8e149d..c5e5aa617f 100755 --- a/opac/opac-searchresults.pl +++ b/opac/opac-searchresults.pl @@ -89,7 +89,7 @@ foreach my $res (@results) { my $startfrom=$query->param('startfrom'); -($startfrom) || ($startfrom=1); +($startfrom) || ($startfrom=0); my $resultsarray=\@results; ($resultsarray) || (@$resultsarray=()); -- 2.20.1