From 4ca72d905d8040c5d8c45d991584895ad4c890b5 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 1 Dec 2008 17:21:02 +0000 Subject: [PATCH] Notes in sources are handles (of course) svn: r11383 --- src/plugins/Sql.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/plugins/Sql.py b/src/plugins/Sql.py index cd8914146..231323724 100644 --- a/src/plugins/Sql.py +++ b/src/plugins/Sql.py @@ -577,8 +577,9 @@ def exportData(database, filename, option_box=None, callback=None): marker, private) = source export_source(db, handle, gramps_id, title, author, pubinfo, abbrev, change, marker[0], marker[1], private) - for note in notes: - export_note(db, handle, note) + for note_handle in notes: + print "NOTE:", note_handle + # TODO: notes, media_list # reporef_list, data_map