koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/opac opac-detail.pl [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/opac opac-detail.pl [rel_3_0]
Date: Tue, 09 Jan 2007 10:35:32 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        07/01/09 10:35:32

Modified files:
        opac           : opac-detail.pl 

Log message:
        sync with dev_week. ( adding a call to GetMarcSeries )

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-detail.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.32.2.9&r2=1.32.2.10

Patches:
Index: opac-detail.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-detail.pl,v
retrieving revision 1.32.2.9
retrieving revision 1.32.2.10
diff -u -b -r1.32.2.9 -r1.32.2.10
--- opac-detail.pl      5 Jan 2007 08:56:31 -0000       1.32.2.9
+++ opac-detail.pl      9 Jan 2007 10:35:32 -0000       1.32.2.10
@@ -17,7 +17,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: opac-detail.pl,v 1.32.2.9 2007/01/05 08:56:31 alaurin Exp $
+# $Id: opac-detail.pl,v 1.32.2.10 2007/01/09 10:35:32 toins Exp $
 
 use strict;
 require Exporter;
@@ -93,11 +93,13 @@
     my $marcnotesarray   = GetMarcNotes( $record, $marcflavour );
     my $marcauthorsarray = GetMarcAuthors( $record, $marcflavour );
     my $marcsubjctsarray = GetMarcSubjects( $record, $marcflavour );
+       my $marcseriesarray  = GetMarcSeries($dbh,$bibid,$marcflavour);
 
     $template->param(
         MARCNOTES   => $marcnotesarray,
         MARCSUBJCTS => $marcsubjctsarray,
-        MARCAUTHORS => $marcauthorsarray
+        MARCAUTHORS => $marcauthorsarray,
+               MARCSERIES  => $marcseriesarray
     );
 
 my @results = ( $dat, );




reply via email to

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