commit 01748aab011acddfca76d66b9d0f34e7bc0e1b07
parent 8012d0835499c3d99ce254ef555aa8ec04d276d1
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 1 Dec 2008 18:34:09 +0000
Place is exported using "CP" instead of "CY" in RIS translator
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/translators/RIS.js b/translators/RIS.js
@@ -8,7 +8,7 @@
"maxVersion":"",
"priority":100,
"inRepository":true,
- "lastUpdated":"2008-07-24 23:50:00"
+ "lastUpdated":"2008-12-01 18:31:54"
}
Zotero.configure("dataMode", "line");
@@ -37,7 +37,7 @@ var fieldMap = {
T1:"title",
T3:"series",
JF:"publicationTitle",
- CP:"place",
+ CY:"place",
JA:"journalAbbreviation",
M3:"DOI"
};