Only prompt for recently updated Z4Fx data directories
This commit is contained in:
parent
267e3165a2
commit
0391569f4d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue