From a67b8c8b95d60700d99877a7868404e0e3585d98 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 14 Aug 2006 05:14:16 +0000 Subject: [PATCH] oops. saw a bug looking over my diff. --- scrapers.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapers.sql b/scrapers.sql index af2838f07..1988bdd39 100644 --- a/scrapers.sql +++ b/scrapers.sql @@ -2920,7 +2920,7 @@ function doExport() { if(item.date) { if(inArray(item.itemType, ["book", "bookSection"]) { // Assume year is copyright date - originInfo += {item.year}; + originInfo += {item.date}; } if(inArray(item.itemType, ["magazineArticle", "newspaperArticle"])) { // Assume date is date issued