www

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

commit 942b732455138e17f8bc164ce005f3106fedc865
parent 22a5dac26dc12b00c082b982a508e2fe9c1326a7
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  5 Feb 2009 09:58:50 +0000

Update auto-sync expiry date


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

diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js @@ -554,7 +554,7 @@ Zotero.Sync.Server = new function () { this.__defineGetter__('enabled', function () { // Set auto-sync expiry - var expiry = new Date("February 5, 2009 00:00:00"); + var expiry = new Date("March 15, 2009 00:00:00"); if (new Date() > expiry) { Components.utils.reportError("Build has expired -- syncing disabled"); return false; @@ -1704,6 +1704,7 @@ Zotero.Sync.Server.Data = new function() { continue; } } + reconcile = true; break;