From 4563ab3f88f91c6230ca92f3a5229eb475e16a24 Mon Sep 17 00:00:00 2001 From: Nigel Osborne Date: Tue, 4 May 2010 03:48:28 +0000 Subject: Replace _PGV_OBJS and _WT_OBJS with _WT_OBJE_SORT --- includes/controllers/individual_ctrl.php | 4 ++-- includes/controllers/lifespan_ctrl.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/controllers') diff --git a/includes/controllers/individual_ctrl.php b/includes/controllers/individual_ctrl.php index de44bf896e..f7fac77736 100644 --- a/includes/controllers/individual_ctrl.php +++ b/includes/controllers/individual_ctrl.php @@ -51,8 +51,8 @@ $nonfacts[] = "CHIL"; $nonfacts[] = "HUSB"; $nonfacts[] = "WIFE"; $nonfacts[] = "RFN"; -$nonfacts[] = "_WT_OBJS"; -$nonfacts[] = "_PGV_OBJS"; +$nonfacts[] = "_WT_OBJE_SORT"; +$nonfacts[] = "_WT_OBJE_SORT"; $nonfacts[] = ""; //$nonfamfacts[] = "NCHI"; // Turning back on NCHI display for the indi page. diff --git a/includes/controllers/lifespan_ctrl.php b/includes/controllers/lifespan_ctrl.php index ea98500657..55af468f7d 100644 --- a/includes/controllers/lifespan_ctrl.php +++ b/includes/controllers/lifespan_ctrl.php @@ -45,7 +45,7 @@ function compare_people($a, $b) { // GEDCOM elements that will be found but should not be displayed -$nonfacts = array("FAMS", "FAMC", "MAY", "BLOB", "OBJE", "SEX", "NAME", "SOUR", "NOTE", "BAPL", "ENDL", "SLGC", "SLGS", "_TODO", "_WT_OBJS", "CHAN", "HUSB", "WIFE", "CHIL", "BIRT", "DEAT", "BURI");// DEATH OF SIBLING: DEATH OF HALF SIBLING DEATH OF MOTHER DEATH OF FATHER DEATH OF CHILD +$nonfacts = array("FAMS", "FAMC", "MAY", "BLOB", "OBJE", "SEX", "NAME", "SOUR", "NOTE", "BAPL", "ENDL", "SLGC", "SLGS", "_TODO", "_WT_OBJE_SORT", "CHAN", "HUSB", "WIFE", "CHIL", "BIRT", "DEAT", "BURI");// DEATH OF SIBLING: DEATH OF HALF SIBLING DEATH OF MOTHER DEATH OF FATHER DEATH OF CHILD $nonfamfacts = array("CHAN", "HUSB", "WIFE", "CHIL"); /** -- cgit v1.3