www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 95024e50d553c5f93c19f71446749fc07911afed
parent 8070a22d08ba6b1a3527f08380be6b76f5d8f86a
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 27 Oct 2008 18:04:54 +0000

Update sync expiry


Diffstat:
Mchrome/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 @@ -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;