From abb351c783f50d1d2d212184bb233c57360627ae Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Wed, 6 Apr 2011 00:32:40 +0000 Subject: [PATCH] 4055: [NarWeb] export of 'Living People' is set to value 'include' by default svn: r17059 --- src/plugins/webreport/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 7bc01895b..386b22581 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -6558,7 +6558,7 @@ class NavWebOptions(MenuReportOptions): addopt( "incpriv", incpriv ) self.__living = EnumeratedListOption(_("Living People"), - _INCLUDE_LIVING_VALUE ) + LivingProxyDb.MODE_EXCLUDE_ALL) self.__living.add_item(LivingProxyDb.MODE_EXCLUDE_ALL, _("Exclude")) self.__living.add_item(LivingProxyDb.MODE_INCLUDE_LAST_NAME_ONLY,