Update
svn: r8724
This commit is contained in:
parent
f69e4a1f1b
commit
96629eeb81
@ -404,8 +404,6 @@ SHARED ELEMENTS
|
|||||||
>
|
>
|
||||||
|
|
||||||
<!ELEMENT spage (#PCDATA)>
|
<!ELEMENT spage (#PCDATA)>
|
||||||
<!ELEMENT sdate (#PCDATA)>
|
|
||||||
<!ELEMENT stext (#PCDATA)>
|
|
||||||
|
|
||||||
<!ELEMENT attribute (sourceref*,noteref*)>
|
<!ELEMENT attribute (sourceref*,noteref*)>
|
||||||
<!ATTLIST attribute
|
<!ATTLIST attribute
|
||||||
|
@ -2078,7 +2078,7 @@ class GrampsBSDDB(GrampsDbBase, UpdateCallback):
|
|||||||
(NoteType.SOURCE_TEXT, '', ), self.change_13,
|
(NoteType.SOURCE_TEXT, '', ), self.change_13,
|
||||||
(-1, '', ), priv)
|
(-1, '', ), priv)
|
||||||
self.commit_13(note_tuple, NOTE_KEY, self.note_map, [])
|
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)
|
new_obj = (date, priv, note_list, conf, ref, page)
|
||||||
elif name == 'Attribute':
|
elif name == 'Attribute':
|
||||||
(priv, source_list, note, the_type, value) = obj
|
(priv, source_list, note, the_type, value) = obj
|
||||||
|
Loading…
Reference in New Issue
Block a user