[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/html-template search.pl,1.12,1.13
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/html-template search.pl,1.12,1.13 |
Date: |
Tue, 14 May 2002 14:54:43 -0700 |
Update of /cvsroot/koha/koha/html-template
In directory usw-pr-cvs1:/tmp/cvs-serv16356
Modified Files:
search.pl
Log Message:
Bug that prevented picking alternate themes from default
Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/html-template/search.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** search.pl 14 May 2002 21:46:11 -0000 1.12
--- search.pl 14 May 2002 21:54:41 -0000 1.13
***************
*** 131,135 ****
$sth->execute;
my ($preftemplate) = $sth->fetchrow;
- $preftemplate.='.tmpl';
if ($templates->{$preftemplate}) {
return $preftemplate;
--- 131,134 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/html-template search.pl,1.12,1.13,
Steve Tonnesen <=