www

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

commit 43bb978a6e6a7b3afc6edcffefd97372f1e02cd0
parent 4d3e097a4ba0dbe522b217051eab795cdf0e56ca
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 24 Mar 2011 04:26:49 +0000

turn majorUpgrade warning back off pending further consideration of whether or not this is a good idea


Diffstat:
Mchrome/content/zotero/xpcom/schema.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js @@ -72,7 +72,7 @@ Zotero.Schema = new function(){ } else { var integrityCheck = false; - var majorUpgrade = dbVersion <= 73; + var majorUpgrade = false; } var ww = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]