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

Ryan Higgins rch at liblime.com
Tue Feb 27 18:40:52 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Ryan Higgins <rych>	07/02/27 17:40:52

Modified files:
	.              : detail.pl 

Log message:
	add marc addl authors 

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

Patches:
Index: detail.pl
===================================================================
RCS file: /sources/koha/koha/Attic/detail.pl,v
retrieving revision 1.24.2.10
retrieving revision 1.24.2.11
diff -u -b -r1.24.2.10 -r1.24.2.11
--- detail.pl	31 Oct 2006 14:33:32 -0000	1.24.2.10
+++ detail.pl	27 Feb 2007 17:40:52 -0000	1.24.2.11
@@ -57,6 +57,8 @@
 $template->param(bibid => $bibid);
 if (C4::Context->preference("marc")) {
 	my $marcflavour = C4::Context->preference("marcflavour");
+	my $marcauthorsarray = &getMARCaddlAuthors($dbh,$bibid,$marcflavour);
+	$results[0]->{ADDLAUTHORS} = $marcauthorsarray;
 	my $marcnotesarray = &getMARCnotes($dbh,$bibid,$marcflavour);
 	$results[0]->{MARCNOTES} = $marcnotesarray;
 	my $marcsubjctsarray = &getMARCsubjects($dbh,$bibid,$marcflavour);





More information about the Koha-cvs mailing list