[Koha-cvs] koha/authorities detail.pl [rel_2_2]

Henri-Damien LAURENT laurenthdl at alinto.com
Tue Nov 14 14:55:10 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Henri-Damien LAURENT <hdl>	06/11/14 13:55:10

Modified files:
	authorities    : detail.pl 

Log message:
	bug fixing : Now display correct search for multiple marc fields in biblio

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/authorities/detail.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.6&r2=1.2.2.7

Patches:
Index: detail.pl
===================================================================
RCS file: /sources/koha/koha/authorities/detail.pl,v
retrieving revision 1.2.2.6
retrieving revision 1.2.2.7
diff -u -b -r1.2.2.6 -r1.2.2.7
--- detail.pl	2 Aug 2006 10:17:09 -0000	1.2.2.6
+++ detail.pl	14 Nov 2006 13:55:10 -0000	1.2.2.7
@@ -108,7 +108,7 @@
 $sth->execute($authtypecode);
 my $biblio_fields;
 while (my ($tagfield) = $sth->fetchrow) {
-	$biblio_fields.= $tagfield."9,";
+	$biblio_fields.= "'".$tagfield."9',";
 }
 chop $biblio_fields;
 





More information about the Koha-cvs mailing list