Fixed typo.
authorarensb <arensb>
Thu, 10 Oct 2002 05:27:16 +0000 (05:27 +0000)
committerarensb <arensb>
Thu, 10 Oct 2002 05:27:16 +0000 (05:27 +0000)
Added missing function argument.

search.pl

index e6e2119..73dbaca 100755 (executable)
--- 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;