www

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

commit 167806a5bd2b3ace614a0d20354dafe1b0dc6baa
parent 439bca9b3bb80c79b5ac18e8701c8ee73a71b128
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  7 Jul 2011 18:43:34 +0000

Move deleted.txt to translators directory


Diffstat:
Mchrome/content/zotero/xpcom/schema.js | 1+
Rdeleted.txt -> translators/deleted.txt | 0
2 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js @@ -506,6 +506,7 @@ Zotero.Schema = new function(){ var lastVersion = Zotero.DB.valueQuery(sql); var deleted = extDir.clone(); + deleted.append('translators'); deleted.append('deleted.txt'); deleted = Zotero.File.getContents(deleted); deleted = deleted.match(/^([^\s]+)/gm); diff --git a/deleted.txt b/translators/deleted.txt