--- trunk/scripts/dump_isis.pl 2004/12/29 15:10:34 7 +++ trunk/scripts/dump_isis.pl 2004/12/29 16:01:41 9 @@ -9,6 +9,7 @@ my $isis = IsisDB->new ( isisdb => shift @ARGV || '/data/isis_data/ps/LIBRI/LIBRI', debug => shift @ARGV, + include_deleted => 1, ); print "rows: ",$isis->{'maxmfn'},"\n\n";