diff --git a/chrome/content/zotero/xpcom/fulltext.js b/chrome/content/zotero/xpcom/fulltext.js index 8cfa71843..531ac8cdb 100644 --- a/chrome/content/zotero/xpcom/fulltext.js +++ b/chrome/content/zotero/xpcom/fulltext.js @@ -119,7 +119,7 @@ Zotero.Fulltext = Zotero.FullText = new function(){ this.clearLibraryVersion = function (libraryID) { - return Zotero.DB.queryAsync("DELETE FROM version WHERE schema=?", "fulltext" + libraryID); + return Zotero.DB.queryAsync("DELETE FROM version WHERE schema=?", "fulltext_" + libraryID); };