commit e3e14a3f92b8bd28146e8c701ed901c11b7a93de parent 2e09735109007cc1e1398c63cf56217b63f096dd Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 2 Jul 2009 07:57:38 +0000 Extend expiry date Diffstat:
| M | 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 @@ -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;