DaBInImporter

git-svn-id: https://svn.libreccm.org/ccm/trunk@790 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2011-03-17 09:24:35 +00:00
parent 3a667d8341
commit 8f822d66e3
1 changed files with 4 additions and 2 deletions

View File

@ -3198,8 +3198,10 @@ public class DaBInImporter extends Program {
return;
}
if (publisherData.getName().length() == 0) {
System.out.println("Publisher has no name skiping.");
if ((publisherData.getName().length() == 0)
|| DaBInImporter.normalizeString(publisherData.getName()).length()
== 0) {
System.out.println("Publisher has no name. Skiping.");
return;
}