--- db/prgsrc/loaddump.pl 2001/10/31 03:07:27 1.2 +++ db/prgsrc/loaddump.pl 2001/11/20 21:33:36 1.4 @@ -23,7 +23,7 @@ dump2dump.pl) =cut - + use lib "../lib"; use dbchgk; use chgkfiles; @@ -38,7 +38,7 @@ open STDERR, ">errors"; open (DUMP1, $ARGV[0]) or die "0: Can not open ". $ARGV[0]; binmode(DUMP1); -checktable('word2question','delete'); +checktable('word2question','deletedata'); print "getting and writing dump\n";