diff --git a/ChangeLog b/ChangeLog index bfa9e0d82..312beea26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-16 Brian Matherly + * src/plugins/NarrativeWeb.py: 0000806: default for narrative website should + be protect living + 2007-05-15 Brian Matherly * src/ReportBase/_ReportDialog.py: 0001043: Dropdown list in htmloptions in Family Group Report has very large size diff --git a/src/plugins/NarrativeWeb.py b/src/plugins/NarrativeWeb.py index ddd956ed4..28af17a49 100644 --- a/src/plugins/NarrativeWeb.py +++ b/src/plugins/NarrativeWeb.py @@ -2455,7 +2455,7 @@ class WebReportOptions(ReportOptions): 'NWEBgraphgens' : 4, 'NWEBod' : os.path.join(const.user_home,"NWEB"), 'NWEBcopyright' : 0, - 'NWEBrestrictinfo' : 0, + 'NWEBrestrictinfo' : 1, 'NWEBrestrictyears' : 30, 'NWEBincpriv' : 0, 'NWEBnonames' : 0,