koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ryan Higgins
Subject: [Koha-cvs] koha detail.pl [rel_2_2]
Date: Tue, 27 Feb 2007 17:40:52 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]