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.15,1.16


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha search.pl,1.15,1.16
Date: Wed, 09 Oct 2002 22:27:20 -0700

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

Modified Files:
        search.pl 
Log Message:
Fixed typo.
Added missing function argument.


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** search.pl   9 Oct 2002 15:44:49 -0000       1.15
--- search.pl   10 Oct 2002 05:27:16 -0000      1.16
***************
*** 43,51 ****
  my $subject=$query->param('subject');
  my $template;
! # if its a subject we need to use the subject.tmpl
  if ($subject) {
        $template = gettemplate("catalogue/subject.tmpl",0);
  } else {
!       $template = gettemplate("catalogue/searchresults.tmpl",);
  }
  
--- 43,51 ----
  my $subject=$query->param('subject');
  my $template;
! # 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", 0);
  }
  




reply via email to

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