DaBInImporter
git-svn-id: https://svn.libreccm.org/ccm/trunk@790 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
3a667d8341
commit
8f822d66e3
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue