www

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

commit faa9f2345c8ba2bc66784376b232647802aff9ac
parent 337b16361a9bc65fb264fa96b860ea410ede81c1
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 30 Nov 2008 20:22:13 +0000

Update expiry date


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

diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js @@ -558,7 +558,7 @@ Zotero.Sync.Server = new function () { this.__defineGetter__('enabled', function () { // Set auto-sync expiry - var expiry = new Date("December 1, 2008 00:00:00"); + var expiry = new Date("January 1, 2009 00:00:00"); if (new Date() > expiry) { Components.utils.reportError("Build has expired -- syncing disabled"); return false;