www

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

commit 6c56cc9b73894a3f94871bae5ab565e1ec7df4fc
parent 1cb7aa6a061bcbf1b38f5f0afa918a70ca9e5a36
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  8 Aug 2008 22:06:42 +0000

r3178 may find some crazy things


Diffstat:
Mchrome/content/zotero/xpcom/data/item.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js @@ -3117,8 +3117,6 @@ Zotero.Item.prototype.erase = function(deleteChildren) { Zotero.DB.query('DELETE FROM annotations WHERE itemID=?', this.id); Zotero.DB.query('DELETE FROM highlights WHERE itemID=?', this.id); - Zotero.DB.query(sql); - try { Zotero.DB.commitTransaction(); }