[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/html-template search.pl,1.11,1.12
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/html-template search.pl,1.11,1.12 |
Date: |
Tue, 14 May 2002 14:46:14 -0700 |
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 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/html-template search.pl,1.11,1.12,
Steve Tonnesen <=