[Koha-cvs] CVS: koha/C4 Biblio.pm,1.64,1.65

Paul POULAIN tipaul at users.sourceforge.net
Tue Oct 14 11:45:31 CEST 2003


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv31460/C4

Modified Files:
	Biblio.pm 
Log Message:
adding rebuildnonmarc.pl script : run this script when you change a link between marc and non MARC DB. It rebuilds the non-MARC DB (long operation)

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -r1.64 -r1.65
*** Biblio.pm	6 Oct 2003 15:20:51 -0000	1.64
--- Biblio.pm	14 Oct 2003 09:45:29 -0000	1.65
***************
*** 2,5 ****
--- 2,8 ----
  # $Id$
  # $Log$
+ # Revision 1.65  2003/10/14 09:45:29  tipaul
+ # adding rebuildnonmarc.pl script : run this script when you change a link between marc and non MARC DB. It rebuilds the non-MARC DB (long operation)
+ #
  # Revision 1.64  2003/10/06 15:20:51  tipaul
  # fix for 536 (subtitle error)
***************
*** 1591,1596 ****
  where biblioitemnumber = $biblioitem->{'biblioitemnumber'}";
  
!     $dbh->do($query);
! 
  #    $dbh->disconnect;
  } # sub modbibitem
--- 1594,1601 ----
  where biblioitemnumber = $biblioitem->{'biblioitemnumber'}";
  
! $dbh->do($query);
! if ($dbh->errstr) {
! 	warn "$query";
! }
  #    $dbh->disconnect;
  } # sub modbibitem





More information about the Koha-cvs mailing list