commit 7c1cc3b3d0b4697b4abbeb2f2bdae0820b84bd56 parent 95e3bb7a3a37b6f9ed207d418280b0340dd9a5fc Author: Dan Stillman <dstillman@zotero.org> Date: Sat, 14 Mar 2009 23:21:38 +0000 Update auto-sync 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 @@ -633,7 +633,7 @@ Zotero.Sync.Server = new function () { } // Set auto-sync expiry - var expiry = new Date("March 15, 2009 00:00:00"); + var expiry = new Date("May 1, 2009 12:00:00"); if (new Date() > expiry) { Components.utils.reportError("Build has expired -- syncing disabled"); return false;