From 9103adfe2477a48a295ec15006014c860d4ae2f8 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Fri, 13 Jan 2006 19:20:20 +0000 Subject: [PATCH] Update svn: r5746 --- src/GrampsDb/_GrampsBSDDB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GrampsDb/_GrampsBSDDB.py b/src/GrampsDb/_GrampsBSDDB.py index 89a8cf4bc..80121fea3 100644 --- a/src/GrampsDb/_GrampsBSDDB.py +++ b/src/GrampsDb/_GrampsBSDDB.py @@ -685,7 +685,7 @@ class GrampsBSDDB(GrampsDbBase): self.reference_map.put(str(key),data,txn=self.txn) else: transaction.add(REFERENCE_KEY,str(key),None,data) - transaction.reference_add.append(str(key),data) + transaction.reference_add.append((str(key),data)) def reindex_reference_map(self): """Reindex all primary records in the database. This will be a