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: Wed, 10 Jan 2007 08:47:33 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        07/01/10 08:47:33

Modified files:
        opac           : opac-detail.pl 

Log message:
        use the good API.

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.10&r2=1.32.2.11

Patches:
Index: opac-detail.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-detail.pl,v
retrieving revision 1.32.2.10
retrieving revision 1.32.2.11
diff -u -b -r1.32.2.10 -r1.32.2.11
--- opac-detail.pl      9 Jan 2007 10:35:32 -0000       1.32.2.10
+++ opac-detail.pl      10 Jan 2007 08:47:32 -0000      1.32.2.11
@@ -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.10 2007/01/09 10:35:32 toins Exp $
+# $Id: opac-detail.pl,v 1.32.2.11 2007/01/10 08:47:32 toins Exp $
 
 use strict;
 require Exporter;
@@ -93,7 +93,7 @@
     my $marcnotesarray   = GetMarcNotes( $record, $marcflavour );
     my $marcauthorsarray = GetMarcAuthors( $record, $marcflavour );
     my $marcsubjctsarray = GetMarcSubjects( $record, $marcflavour );
-       my $marcseriesarray  = GetMarcSeries($dbh,$bibid,$marcflavour);
+       my $marcseriesarray  = GetMarcSeries($record,$marcflavour);
 
     $template->param(
         MARCNOTES   => $marcnotesarray,




reply via email to

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