From 95024e50d553c5f93c19f71446749fc07911afed Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 27 Oct 2008 18:04:54 +0000 Subject: [PATCH] Update sync expiry --- 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 892c71eed7..4a7df20f82 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -516,7 +516,7 @@ Zotero.Sync.Server = new function () { this.__defineGetter__('enabled', function () { // Set auto-sync expiry - var expiry = new Date("November 1, 2008 00:00:00"); + var expiry = new Date("November 15, 2008 00:00:00"); if (new Date() > expiry) { Components.utils.reportError("Build has expired -- syncing disabled"); return false;