summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2013-10-13 07:50:14 -0500
committerGreg Roach <fisharebest@gmail.com>2013-10-15 19:38:53 +0100
commit863088e9a0e275f7eb65926a779d417f0b4d87ee (patch)
treeec5317c995962c1b496ef572842db9fe28750dd0 /includes
parent9a3e3fac27ffd156b7665a0ac3745d247ca0c11d (diff)
downloadwebtrees-863088e9a0e275f7eb65926a779d417f0b4d87ee.tar.gz
webtrees-863088e9a0e275f7eb65926a779d417f0b4d87ee.tar.bz2
webtrees-863088e9a0e275f7eb65926a779d417f0b4d87ee.zip
Correct typo in functions_print.php - LDS ordinance
Diffstat (limited to 'includes')
-rw-r--r--includes/functions/functions_print.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php
index 00339f2004..70ae1e5211 100644
--- a/includes/functions/functions_print.php
+++ b/includes/functions/functions_print.php
@@ -1105,7 +1105,7 @@ function print_findfact_link($element_id) {
function get_lds_glance(WT_Individual $indi) {
$BAPL = $indi->getFacts('BAPL') ? 'B' : '_';
$ENDL = $indi->getFacts('ENDL') ? 'E' : '_';
- $ENDL = $indi->getFacts('SLGC') ? 'C' : '_';
+ $SLGC = $indi->getFacts('SLGC') ? 'C' : '_';
$SLGS = '_';
foreach ($indi->getSpouseFamilies() as $family) {