diff --git a/repotime.txt b/repotime.txt index f548db6d2..7660229ea 100644 --- a/repotime.txt +++ b/repotime.txt @@ -1 +1 @@ -2008-12-03 19:00:00 +2008-12-15 00:25:00 diff --git a/translators/Ancestry.com US Federal Census.js b/translators/Ancestry.com US Federal Census.js index cf1d2868d..3f39a1039 100644 --- a/translators/Ancestry.com US Federal Census.js +++ b/translators/Ancestry.com US Federal Census.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-12-13 21:00:00" + "lastUpdated":"2008-12-15 00:25:00" } function detectWeb(doc, url) { diff --git a/translators/NCBI PubMed.js b/translators/NCBI PubMed.js index 9223c638f..1f4f7d9b2 100644 --- a/translators/NCBI PubMed.js +++ b/translators/NCBI PubMed.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-12-12 17:48:00" + "lastUpdated":"2008-12-15 00:25:00" } function detectWeb(doc, url) { @@ -141,7 +141,6 @@ function lookupPMIDs(ids, doc) { } newItem.abstractNote = article.Abstract.AbstractText.toString() - //10Dec08 MCB: fixed E4X path to fetch via attribute rather than positional newItem.DOI = xml.PubmedArticle[i].PubmedData.ArticleIdList.ArticleId.(@IdType == "doi" ).text().toString(); newItem.publicationTitle = Zotero.Utilities.capitalizeTitle(newItem.publicationTitle); newItem.complete();