Fixes #565, "generate report" fails

This commit is contained in:
Dan Stillman 2007-03-22 04:47:57 +00:00
parent e7af1d82e4
commit 12f1189ac6

View File

@ -129,6 +129,11 @@ Zotero.Report = new function() {
continue;
}
// Convert false to empty string
if (!arr[i]) {
continue;
}
table = true;
var fieldText;