From e3e14a3f92b8bd28146e8c701ed901c11b7a93de Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 2 Jul 2009 07:57:38 +0000 Subject: [PATCH] Extend 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 162eaefcd..c46dcd308 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -728,7 +728,7 @@ Zotero.Sync.Server = new function () { } // Set auto-sync expiry - var expiry = new Date("July 4, 2009 00:00:00"); + var expiry = new Date("September 5, 2009 00:00:00"); if (new Date() > expiry) { Components.utils.reportError("Build has expired -- auto-sync disabled"); return false;