koha-cvs
[Top][All Lists]
Advanced

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

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.111,1.112
Date: Wed, 08 Dec 2004 02:14:45 -0800

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)address@hidden;
        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




reply via email to

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