www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit a67b8c8b95d60700d99877a7868404e0e3585d98
parent 3195a1c382ae14e81ee7b1f9e76d90ba9839fb62
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 14 Aug 2006 05:14:16 +0000

oops. saw a bug looking over my diff.


Diffstat:
Mscrapers.sql | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 += <copyrightDate encoding="iso8601">{item.year}</copyrightDate>; + originInfo += <copyrightDate encoding="iso8601">{item.date}</copyrightDate>; } if(inArray(item.itemType, ["magazineArticle", "newspaperArticle"])) { // Assume date is date issued