From c674f0478a6ba1b2b2fefada92415c1738cdbd3f Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 13 Dec 2009 10:02:02 +0100 Subject: [PATCH] [equo] fix "equo query orphans", make it work with new db schema --- client/text_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/text_query.py b/client/text_query.py index 43283845c..789032de0 100644 --- a/client/text_query.py +++ b/client/text_query.py @@ -849,7 +849,7 @@ def search_orphaned_files(Equo = None): print_generic("!!! error on", filename, "skipping:", repr(e)) if foundFiles: - tdbconn.insertContent(1, foundFiles) + tdbconn.insertContent(None, foundFiles) tdbconn.commitChanges() tdbconn.cursor.execute('select count(file) from content')