www

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

commit a606332de51e4280fe38509ebe6f957145d6711d
parent 65cb00e26b465b89447177372b09a1b91e40094d
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  1 May 2009 02:30:31 +0000

Update expiry date


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 @@ -636,7 +636,7 @@ Zotero.Sync.Server = new function () { } // Set auto-sync expiry - var expiry = new Date("May 1, 2009 12:00:00"); + var expiry = new Date("July 4, 2009 00:00:00"); if (new Date() > expiry) { Components.utils.reportError("Build has expired -- syncing disabled"); return false;