[Koha-cvs] koha/authorities blinddetail-biblio-search.pl [rel_2_2]

Joshua Ferraro jmf at kados.org
Thu Feb 9 14:51:57 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/09 13:51:57

Modified files:
	authorities    : blinddetail-biblio-search.pl 

Log message:
	missing comma caused 500

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/authorities/blinddetail-biblio-search.pl.diff?only_with_tag=rel_2_2&tr1=1.4.2.5&tr2=1.4.2.6&r1=text&r2=text

Patches:
Index: koha/authorities/blinddetail-biblio-search.pl
diff -u koha/authorities/blinddetail-biblio-search.pl:1.4.2.5 koha/authorities/blinddetail-biblio-search.pl:1.4.2.6
--- koha/authorities/blinddetail-biblio-search.pl:1.4.2.5	Sun Feb  5 21:59:21 2006
+++ koha/authorities/blinddetail-biblio-search.pl	Thu Feb  9 13:51:56 2006
@@ -135,7 +135,7 @@
 
 $template->param(authid => $authid?$authid:"",
 # 				authtypesloop => \@authtypesloop,
-				index => $index
+				index => $index,
 				intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
 		intranetstylesheet => C4::Context->preference("intranetstylesheet"),
 		IntranetNav => C4::Context->preference("IntranetNav"),





More information about the Koha-cvs mailing list