CVS: koha/marc koha2marc,1.1,1.2
Update of /cvsroot/koha/koha/marc In directory usw-pr-cvs1:/tmp/cvs-serv3100 Modified Files: koha2marc Log Message: Minor documentation changes. Index: koha2marc =================================================================== RCS file: /cvsroot/koha/koha/marc/koha2marc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** koha2marc 2001/06/25 18:55:28 1.1 --- koha2marc 2001/06/25 19:07:20 1.2 *************** *** 1,14 **** #!/usr/bin/perl - # TODO - # add subtitle entry to marcimport (for stewelm) - # swap illustrator and additional authors for marcimport.pl - # fix replacement price entry (always coming up as zero) - # Check serial title when determining if biblio already exists ! my $lc1='#dddddd'; ! my $lc2='#ddaaaa'; ! system("mysql Koha -ptestpass < deletemarc"); --- 1,9 ---- #!/usr/bin/perl ! # CAREFUL!!!! ! # This next line deletes _ALL_ of the existing MARC data from the ! # MySQL tables!!! It is only in here during development!!!! system("mysql Koha -ptestpass < deletemarc");
participants (1)
-
Steve Tonnesen