[Koha-cvs] CVS: koha search.pl,1.15,1.16

Andrew Arensburger arensb at users.sourceforge.net
Thu Oct 10 07:27:20 CEST 2002


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);
  }
  





More information about the Koha-cvs mailing list