--- branches/ffzg/all2xml.pl 2005/01/27 21:17:47 652 +++ branches/ffzg/all2xml.pl 2005/02/15 23:46:58 665 @@ -736,7 +736,7 @@ my $isis_db = $cfg -> val($database, 'isis_db') || die "$database doesn't have 'isis_db' defined!"; $import2cp = Text::Iconv->new($config->{isis_codepage},$codepage); - my $db = new Biblio::Isis( isisdb => $isis_db ); + my $db = new Biblio::Isis( isisdb => $isis_db ) || next; my $max_rowid = $db->count;