www

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

commit 806cf6b1a408a1ff8f2d1ff186dde1eeb77232cc
parent 2668fc84914d4ff4f79679808f08e1d880c32664
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 23 Mar 2011 20:47:24 +0000

show major upgrade warning when upgrading from 2.0.9


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 = false; + var majorUpgrade = dbVersion <= 73; } var ww = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]