From ab912fa605e3c4ce1d910c183b6934a534e5c206 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Thu, 17 May 2007 02:34:05 +0000 Subject: [PATCH] 0000806: default for narrative website should be protect living svn: r8483 --- ChangeLog | 4 ++++ src/plugins/NarrativeWeb.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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,