[Koha-cvs] CVS: koha/C4 Biblio.pm,1.104,1.105

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 23 18:15:40 CEST 2004


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

Modified Files:
	Biblio.pm 
Log Message:
indenting diff

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -r1.104 -r1.105
*** Biblio.pm	16 Sep 2004 15:06:46 -0000	1.104
--- Biblio.pm	23 Sep 2004 16:15:37 -0000	1.105
***************
*** 703,706 ****
--- 703,707 ----
  sub MARCmoditem {
  	my ($dbh,$record,$bibid,$itemnumber,$delete)=@_;
+ 
  	my $oldrecord=&MARCgetitem($dbh,$bibid,$itemnumber);
  	# if nothing to change, don't waste time...
***************
*** 1360,1364 ****
  sub NEWmoditem {
      my ( $dbh, $record, $bibid, $itemnumber, $delete ) = @_;
!     &MARCmoditem( $dbh, $record, $bibid, $itemnumber, $delete );
  	my $frameworkcode=MARCfind_frameworkcode($dbh,$bibid);
      my $olditem = MARCmarc2koha( $dbh, $record,$frameworkcode );
--- 1361,1366 ----
  sub NEWmoditem {
      my ( $dbh, $record, $bibid, $itemnumber, $delete ) = @_;
!     
! 	&MARCmoditem( $dbh, $record, $bibid, $itemnumber, $delete );
  	my $frameworkcode=MARCfind_frameworkcode($dbh,$bibid);
      my $olditem = MARCmarc2koha( $dbh, $record,$frameworkcode );
***************
*** 2541,2544 ****
--- 2543,2549 ----
  # $Id$
  # $Log$
+ # Revision 1.105  2004/09/23 16:15:37  tipaul
+ # indenting diff
+ #
  # Revision 1.104  2004/09/16 15:06:46  tipaul
  # enabling # (| still possible too) for repeatable subfields





More information about the Koha-cvs mailing list