diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-06-03 21:44:14 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-06-03 21:44:14 +0000 |
| commit | 117234a3f031dfc120049668c5a2a3ff30bfc7bb (patch) | |
| tree | 6405194c55cc08d017bb9ae98fce96ba58dddbc7 /modules/yahrzeit | |
| parent | c3f3c4bfa25a19e4d4e0d7b2a07faa7c9453f05a (diff) | |
| download | webtrees-117234a3f031dfc120049668c5a2a3ff30bfc7bb.tar.gz webtrees-117234a3f031dfc120049668c5a2a3ff30bfc7bb.tar.bz2 webtrees-117234a3f031dfc120049668c5a2a3ff30bfc7bb.zip | |
Don't show XREF in brackets
Diffstat (limited to 'modules/yahrzeit')
| -rw-r--r-- | modules/yahrzeit/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/yahrzeit/module.php b/modules/yahrzeit/module.php index 708e8e26cd..9b5b8b742d 100644 --- a/modules/yahrzeit/module.php +++ b/modules/yahrzeit/module.php @@ -45,7 +45,7 @@ class yahrzeit_WT_Module extends WT_Module implements WT_Module_Block { // Implement class WT_Module_Block public function getBlock($block_id, $template=true) { - global $ctype, $SHOW_ID_NUMBERS, $TEXT_DIRECTION, $WT_IMAGE_DIR, $WT_IMAGES, $WT_BLOCKS, $DAYS_TO_SHOW_LIMIT, $SHOW_MARRIED_NAMES, $THEME_DIR; + global $ctype, $TEXT_DIRECTION, $WT_IMAGE_DIR, $WT_IMAGES, $WT_BLOCKS, $DAYS_TO_SHOW_LIMIT, $SHOW_MARRIED_NAMES, $THEME_DIR; $days=get_block_setting($block_id, 'days', $DAYS_TO_SHOW_LIMIT); $infoStyle=get_block_setting($block_id, 'infoStyle', 'table'); |
