From cd700b90196d6388aed717a5207ff313b856dd53 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 2 May 2006 00:39:05 +0000 Subject: [PATCH] Update svn: r6509 --- gramps2/src/GrampsDb/_GrampsDbBase.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps2/src/GrampsDb/_GrampsDbBase.py b/gramps2/src/GrampsDb/_GrampsDbBase.py index 18e328797..e9590b302 100644 --- a/gramps2/src/GrampsDb/_GrampsDbBase.py +++ b/gramps2/src/GrampsDb/_GrampsDbBase.py @@ -1928,9 +1928,9 @@ class GrampsDbBase(GrampsDBCallback): if obj.has_handle_reference(classname,handle): yield (primary_table_name, found_handle) - data = cursor.next() + data = cursor.next() - cursor.close() + cursor.close() return