From 59765965535e09fafe0c2af9b6f41a54bb71defc Mon Sep 17 00:00:00 2001 From: tonnesen Date: Mon, 25 Jun 2001 19:07:20 +0000 Subject: [PATCH] Minor documentation changes. --- marc/koha2marc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/marc/koha2marc b/marc/koha2marc index df31930505..da89b27804 100644 --- a/marc/koha2marc +++ b/marc/koha2marc @@ -1,15 +1,10 @@ #!/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'; - +# 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"); -- 2.39.2