Fix another place where incorrect mod time could be read in

This commit is contained in:
Dan Stillman 2010-03-09 16:00:08 +00:00
parent 1279ccf9f6
commit c60cb6f76b

View File

@ -465,7 +465,7 @@ Zotero.Sync.Storage = new function () {
continue;
}
var fmtime = file.lastModifiedTime;
var fmtime = item.attachmentModificationTime;
//Zotero.debug("Stored mtime is " + attachmentData[item.id].mtime);
//Zotero.debug("File mtime is " + fmtime);