commit d26eed03dc0a48630320b11c9139d02a717d52ea
parent 0b2b62b996cd409e77207b621f1f6959184d8c2a
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 31 Dec 2008 20:22:41 +0000
Update expiry date
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js
@@ -554,7 +554,7 @@ Zotero.Sync.Server = new function () {
this.__defineGetter__('enabled', function () {
// Set auto-sync expiry
- var expiry = new Date("January 1, 2009 00:00:00");
+ var expiry = new Date("February 5, 2009 00:00:00");
if (new Date() > expiry) {
Components.utils.reportError("Build has expired -- syncing disabled");
return false;