experiment

svn: r4930
This commit is contained in:
Don Allingham 2005-07-14 19:33:20 +00:00
parent fc8a94c7aa
commit bb956d781a

View File

@ -618,6 +618,9 @@ class ContactPage(BasePage):
of.write('<h3>%s</h3>\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()