From 0391569f4d6be0bcc6b84b0035aab327b0bb4f0a Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 19 Aug 2017 23:30:53 +0200 Subject: [PATCH] Only prompt for recently updated Z4Fx data directories --- chrome/content/zotero/xpcom/dataDirectory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/dataDirectory.js b/chrome/content/zotero/xpcom/dataDirectory.js index b07cfbc6cf..f1cdfd07ad 100644 --- a/chrome/content/zotero/xpcom/dataDirectory.js +++ b/chrome/content/zotero/xpcom/dataDirectory.js @@ -581,7 +581,7 @@ Zotero.DataDirectory = { return; } mtime = info.lastModificationDate; - if (mtime < new Date(2016, 5, 1)) { + if (mtime < new Date(2017, 6, 1)) { Zotero.debug(`Legacy database was last modified on ${mtime.toString()} -- ignoring`); return; }