[Koha-cvs] CVS: koha/C4 Biblio.pm,1.111,1.112

Paul POULAIN tipaul at users.sourceforge.net
Wed Dec 8 11:14:45 CET 2004


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

Modified Files:
	Biblio.pm 
Log Message:
* desactivate FindDuplicate
* fix from Genji

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -r1.111 -r1.112
*** Biblio.pm	25 Nov 2004 17:39:44 -0000	1.111
--- Biblio.pm	8 Dec 2004 10:14:42 -0000	1.112
***************
*** 2088,2097 ****
      my $bibitemnum = &OLDnewbiblioitem( $dbh, $biblioitem );
  
-     ################################################################
-     ## Fix template and shift this to newbiblio
-     my @subjects = split ( /\n/, $biblioitem->{'subjectheadings'} );
-     modsubject( $biblioitem->{'biblionumber'}, 1, @subjects );
- 
-     ################################################################
      my $MARCbiblio =
        MARCkoha2marcBiblio( $dbh, 0, $bibitemnum )
--- 2088,2091 ----
***************
*** 2532,2535 ****
--- 2526,2531 ----
  	my ($record)=@_;
  	my $dbh = C4::Context->dbh;
+ 	# FIXME  re-activate FindDuplicate
+ 	return;
  	my $result = MARCmarc2koha($dbh,$record,'');
  	# search duplicate on ISBN, easy and fast...
***************
*** 2637,2640 ****
--- 2633,2640 ----
  # $Id$
  # $Log$
+ # Revision 1.112  2004/12/08 10:14:42  tipaul
+ # * desactivate FindDuplicate
+ # * fix from Genji
+ #
  # Revision 1.111  2004/11/25 17:39:44  tipaul
  # removing useless &branches in package declaration





More information about the Koha-cvs mailing list