[Koha-cvs] CVS: koha/html-template search.pl,1.11,1.12

Steve Tonnesen tonnesen at users.sourceforge.net
Tue May 14 23:46:14 CEST 2002


Update of /cvsroot/koha/koha/html-template
In directory usw-pr-cvs1:/tmp/cvs-serv13526

Modified Files:
	search.pl 
Log Message:
Fixed some breakage...


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/html-template/search.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** search.pl	14 May 2002 21:33:23 -0000	1.11
--- search.pl	14 May 2002 21:46:11 -0000	1.12
***************
*** 36,40 ****
  my $startfrom=$query->param('startfrom');
  ($startfrom) || ($startfrom=0);
! ($templatename) || ($templatename=picktemplate($templatebase));
  
  
--- 36,40 ----
  my $startfrom=$query->param('startfrom');
  ($startfrom) || ($startfrom=0);
! my $theme=picktemplate($includes, $templatebase);
  
  
***************
*** 109,113 ****
  $template->param(nextstartfrom => $nextstartfrom);
  $template->param(prevstartfrom => $prevstartfrom);
- $template->param(template => $templatename);
  $template->param(search => $search);
  $template->param(SEARCH_RESULTS => $resultsarray);
--- 109,112 ----





More information about the Koha-cvs mailing list