Minor documentation changes.
authortonnesen <tonnesen>
Mon, 25 Jun 2001 19:07:20 +0000 (19:07 +0000)
committertonnesen <tonnesen>
Mon, 25 Jun 2001 19:07:20 +0000 (19:07 +0000)
marc/koha2marc

index df31930..da89b27 100644 (file)
@@ -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");