diff options
Diffstat (limited to 'expand_view.php')
| -rw-r--r-- | expand_view.php | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/expand_view.php b/expand_view.php index e7d5b3c4de..e6e1b9171b 100644 --- a/expand_view.php +++ b/expand_view.php @@ -44,38 +44,35 @@ Functions::sortFacts($facts); foreach ($facts as $fact) { switch ($fact->getTag()) { - case 'SEX': - case 'FAMS': + case 'ADDR': + case 'ALIA': + case 'ASSO': + case 'CHAN': + case 'CHIL': + case 'EMAIL': case 'FAMC': + case 'FAMS': + case 'HUSB': case 'NAME': - case 'TITL': case 'NOTE': - case 'SOUR': - case 'SSN': case 'OBJE': - case 'HUSB': - case 'WIFE': - case 'CHIL': - case 'ALIA': - case 'ADDR': case 'PHON': + case 'RESI': + case 'RESN': + case 'SEX': + case 'SOUR': + case 'SSN': case 'SUBM': - case '_EMAIL': - case 'CHAN': + case 'TITL': case 'URL': - case 'EMAIL': + case 'WIFE': case 'WWW': - case 'RESI': - case 'RESN': - case '_UID': + case '_EMAIL': case '_TODO': + case '_UID': case '_WT_OBJE_SORT': // Do not show these break; - case 'ASSO': - // Associates - echo FunctionsPrint::formatAssociateRelationship($fact); - break; default: // Simple version of FunctionsPrintFacts::print_fact() echo $fact->summary(); |
