koha-cvs
[Top][All Lists]
Advanced

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

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha updatebiblio.pl,1.8,1.9
Date: Mon, 19 May 2003 06:56:45 -0700

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,@sub);
+ 
+ &modbiblio($biblio);
  
  if ($error ne ''){




reply via email to

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