From faa9f2345c8ba2bc66784376b232647802aff9ac Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 30 Nov 2008 20:22:13 +0000 Subject: [PATCH] Update expiry date --- chrome/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 index eb12c4814..8ac12a0d6 100644 --- 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;