From bb956d781a4ff9653ddccd98e2a5fd2edf93b18d Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Thu, 14 Jul 2005 19:33:20 +0000 Subject: [PATCH] experiment svn: r4930 --- gramps2/src/plugins/NavWebPage.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gramps2/src/plugins/NavWebPage.py b/gramps2/src/plugins/NavWebPage.py index ced5585b4..bdb9130b1 100644 --- a/gramps2/src/plugins/NavWebPage.py +++ b/gramps2/src/plugins/NavWebPage.py @@ -618,6 +618,9 @@ class ContactPage(BasePage): of.write('

%s

\n' % _('Contact')) note_id = options.handler.options_dict['NWEBcontact'] + + print "NOTEID",note_id + obj = db.get_object_from_handle(note_id) mime_type = obj.get_mime_type()