koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/C4 AuthoritiesMarc.pm [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/C4 AuthoritiesMarc.pm [rel_3_0]
Date: Thu, 31 Aug 2006 16:18:31 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/08/31 16:18:31

Modified files:
        C4             : AuthoritiesMarc.pm 

Log message:
        $dbh param remove from a function

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/AuthoritiesMarc.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.28&r2=1.28.2.1

Patches:
Index: AuthoritiesMarc.pm
===================================================================
RCS file: /sources/koha/koha/C4/AuthoritiesMarc.pm,v
retrieving revision 1.28
retrieving revision 1.28.2.1
diff -u -b -r1.28 -r1.28.2.1
--- AuthoritiesMarc.pm  2 Aug 2006 16:40:23 -0000       1.28
+++ AuthoritiesMarc.pm  31 Aug 2006 16:18:31 -0000      1.28.2.1
@@ -863,7 +863,7 @@
        }#foreach tagfield
 my $oldbiblio = MARCmarc2koha($dbh,$marcrecord,"") ;
                if ($update==1){
-               
&NEWmodbiblio($dbh,$marcrecord,$oldbiblio->{'biblionumber'},undef,"0000") ;
+               
&NEWmodbiblio($marcrecord,$oldbiblio->{'biblionumber'},undef,"0000") ;
                }
                
 }#foreach $marc
@@ -880,8 +880,11 @@
 
 =cut
 
-# $Id: AuthoritiesMarc.pm,v 1.28 2006/08/02 16:40:23 kados Exp $
+# $Id: AuthoritiesMarc.pm,v 1.28.2.1 2006/08/31 16:18:31 toins Exp $
 # $Log: AuthoritiesMarc.pm,v $
+# Revision 1.28.2.1  2006/08/31 16:18:31  toins
+# $dbh param remove from a function
+#
 # Revision 1.28  2006/08/02 16:40:23  kados
 # rolling back previous merge, will do manually
 #




reply via email to

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