www

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

commit 0391569f4d6be0bcc6b84b0035aab327b0bb4f0a
parent 267e3165a265d5ca0670f8b13281b167d94cbc90
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 19 Aug 2017 23:30:53 +0200

Only prompt for recently updated Z4Fx data directories

Diffstat:
Mchrome/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 @@ -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; }