[Koha-cvs] CVS: koha updatebiblio.pl,1.8,1.9

Paul POULAIN tipaul at users.sourceforge.net
Mon May 19 15:56:45 CEST 2003


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

Modified Files:
	updatebiblio.pl 
Log Message:
Moving modbiblio call location => mandatory for old-db <-> marc-db mapping. Changes nothing from "old-biblio" point of view.

Index: updatebiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/updatebiblio.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** updatebiblio.pl	10 Mar 2003 15:16:55 -0000	1.8
--- updatebiblio.pl	19 May 2003 13:56:43 -0000	1.9
***************
*** 55,59 ****
  my $error;
  
- &modbiblio($biblio);
  &modsubtitle($bibnum, $subtitle);
  &modaddauthor($bibnum, $addauthor);
--- 55,58 ----
***************
*** 68,71 ****
--- 67,72 ----
  
  $error = &modsubject($bibnum,$force, at sub);
+ 
+ &modbiblio($biblio);
  
  if ($error ne ''){





More information about the Koha-cvs mailing list