www

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

commit c60cb6f76b1669c36661ba8dfa3f6acbe3c00c39
parent 1279ccf9f6b88797af2874d30b83247fc40104a4
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  9 Mar 2010 16:00:08 +0000

Fix another place where incorrect mod time could be read in


Diffstat:
Mchrome/content/zotero/xpcom/storage.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js @@ -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);