svn: r8724
This commit is contained in:
Alex Roitman 2007-07-17 05:35:17 +00:00
parent f69e4a1f1b
commit 96629eeb81
2 changed files with 1 additions and 3 deletions

View File

@ -404,8 +404,6 @@ SHARED ELEMENTS
>
<!ELEMENT spage (#PCDATA)>
<!ELEMENT sdate (#PCDATA)>
<!ELEMENT stext (#PCDATA)>
<!ELEMENT attribute (sourceref*,noteref*)>
<!ATTLIST attribute

View File

@ -2078,7 +2078,7 @@ class GrampsBSDDB(GrampsDbBase, UpdateCallback):
(NoteType.SOURCE_TEXT, '', ), self.change_13,
(-1, '', ), priv)
self.commit_13(note_tuple, NOTE_KEY, self.note_map, [])
note_list += handle
note_list += [handle]
new_obj = (date, priv, note_list, conf, ref, page)
elif name == 'Attribute':
(priv, source_list, note, the_type, value) = obj