diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-13 22:47:16 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-13 22:47:16 +0000 |
| commit | 0d2899335048cdd30e23bf2692cbd6b6273888ad (patch) | |
| tree | c80b424065b3f12318bb250ad74f427113cd492d /modules_v3/yahrzeit/module.php | |
| parent | ae47fab3cbb9a0e293ab2706ed36cd6bb24eceb3 (diff) | |
| download | webtrees-0d2899335048cdd30e23bf2692cbd6b6273888ad.tar.gz webtrees-0d2899335048cdd30e23bf2692cbd6b6273888ad.tar.bz2 webtrees-0d2899335048cdd30e23bf2692cbd6b6273888ad.zip | |
SHOW_MARRIED_NAMES option being used inconsistently. It should control whether someone is eligible to appear in a list, for having a specific married name. NOTE, the help text is completely wrong(!)
Diffstat (limited to 'modules_v3/yahrzeit/module.php')
| -rw-r--r-- | modules_v3/yahrzeit/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/yahrzeit/module.php b/modules_v3/yahrzeit/module.php index 272aa4b7d2..c003621f52 100644 --- a/modules_v3/yahrzeit/module.php +++ b/modules_v3/yahrzeit/module.php @@ -41,7 +41,7 @@ class yahrzeit_WT_Module extends WT_Module implements WT_Module_Block { // Implement class WT_Module_Block public function getBlock($block_id, $template=true, $cfg=null) { - global $ctype, $TEXT_DIRECTION, $WT_IMAGES, $SHOW_MARRIED_NAMES, $controller; + global $ctype, $TEXT_DIRECTION, $WT_IMAGES, $controller; $days=get_block_setting($block_id, 'days', 7); $infoStyle=get_block_setting($block_id, 'infoStyle', 'table'); |
