From db647c3f4582e8c58ea1518c8addacf6efed21e1 Mon Sep 17 00:00:00 2001 From: arensb Date: Thu, 10 Oct 2002 05:27:16 +0000 Subject: [PATCH] Fixed typo. Added missing function argument. --- search.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search.pl b/search.pl index e6e2119902..73dbaca58b 100755 --- a/search.pl +++ b/search.pl @@ -42,11 +42,11 @@ my $startfrom=$query->param('startfrom'); my $subject=$query->param('subject'); my $template; -# if its a subject we need to use the subject.tmpl +# if it's a subject we need to use the subject.tmpl if ($subject) { $template = gettemplate("catalogue/subject.tmpl",0); } else { - $template = gettemplate("catalogue/searchresults.tmpl",); + $template = gettemplate("catalogue/searchresults.tmpl", 0); } my $env; -- 2.39.2