From 00611dc288087f534866ecc1a39320bc85b4e8f2 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 9 Jul 2010 05:10:48 +0000 Subject: [PATCH] Fix message for newer DB version error --- chrome/content/zotero/xpcom/zotero.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index d48bce5784..d7088f6c3c 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -384,6 +384,7 @@ var Zotero = new function(){ } catch (e) { if (typeof e == 'string' && e.match('newer than SQL file')) { + var kbURL = "http://zotero.org/support/kb/newer_db_version"; var msg = Zotero.localeJoin([ Zotero.getString('startupError.zoteroVersionIsOlder'), Zotero.getString('startupError.zoteroVersionIsOlder.upgrade')