summaryrefslogtreecommitdiff
path: root/includes/controllers
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2010-05-04 03:48:28 +0000
committerNigel Osborne <kiwi3685@me.com>2010-05-04 03:48:28 +0000
commit4563ab3f88f91c6230ca92f3a5229eb475e16a24 (patch)
treedeba66210b1c12a6388b83ab41299dd57151d3f9 /includes/controllers
parent10fce432434b63f5042b5d6ba96e67b304de3ce9 (diff)
downloadwebtrees-4563ab3f88f91c6230ca92f3a5229eb475e16a24.tar.gz
webtrees-4563ab3f88f91c6230ca92f3a5229eb475e16a24.tar.bz2
webtrees-4563ab3f88f91c6230ca92f3a5229eb475e16a24.zip
Replace _PGV_OBJS and _WT_OBJS with _WT_OBJE_SORT
Diffstat (limited to 'includes/controllers')
-rw-r--r--includes/controllers/individual_ctrl.php4
-rw-r--r--includes/controllers/lifespan_ctrl.php2
2 files changed, 3 insertions, 3 deletions
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");
/**