[Koha-cvs] CVS: koha/C4 Biblio.pm,1.96,1.97

Paul POULAIN tipaul at users.sourceforge.net
Fri Jul 2 17:53:56 CEST 2004


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1348/C4

Modified Files:
	Biblio.pm 
Log Message:
bugfix (due to frameworkcode field)

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -r1.96 -r1.97
*** Biblio.pm	29 Jun 2004 16:07:10 -0000	1.96
--- Biblio.pm	2 Jul 2004 15:53:53 -0000	1.97
***************
*** 2034,2038 ****
      # 	my $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$bibnum);
      my $record = &MARCkoha2marcBiblio( $dbh, $bibnum );
!     MARCaddbiblio( $dbh, $record, $bibnum );
      return ($bibnum);
  }
--- 2034,2038 ----
      # 	my $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$bibnum);
      my $record = &MARCkoha2marcBiblio( $dbh, $bibnum );
!     MARCaddbiblio( $dbh, $record, $bibnum,'' );
      return ($bibnum);
  }
***************
*** 2590,2593 ****
--- 2590,2596 ----
  # $Id$
  # $Log$
+ # Revision 1.97  2004/07/02 15:53:53  tipaul
+ # bugfix (due to frameworkcode field)
+ #
  # Revision 1.96  2004/06/29 16:07:10  tipaul
  # last sync for 2.1.0 release





More information about the Koha-cvs mailing list