More refactoring work on both of these web reports. Fixed and changed get_marital_status to get_marriage_event() as that is what it does anyway. Changes are being given and helped by Gerald Britton.

svn: r12103
This commit is contained in:
Rob G. Healey
2009-02-24 02:52:06 +00:00
parent b8080c5fc6
commit bc081c401c
3 changed files with 88 additions and 106 deletions

View File

@ -19,7 +19,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id:WriteGeneWeb.py 9912 2008-01-22 09:17:46Z acraphae $
# $Id$
"Export to GeneWeb."
@ -624,4 +624,4 @@ plugin = ExportPlugin(name = _('_GeneWeb'),
export_function = exportData,
extension = "gw",
config = _config )
pmgr.register_plugin(plugin)
pmgr.register_plugin(plugin)