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

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


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 ----





More information about the Koha-cvs mailing list