summaryrefslogtreecommitdiff
path: root/modules/todays_events/module.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-07-10 16:15:05 +0000
committerfisharebest <fisharebest@gmail.com>2010-07-10 16:15:05 +0000
commit75f1f3236bb825f269c44046638fcafa8b2b123f (patch)
treed052b3a40ef98ba6d267c710ad7218d80da4c138 /modules/todays_events/module.php
parente341e5ef698637acff9132b076fa8db9cbb438ed (diff)
downloadwebtrees-75f1f3236bb825f269c44046638fcafa8b2b123f.tar.gz
webtrees-75f1f3236bb825f269c44046638fcafa8b2b123f.tar.bz2
webtrees-75f1f3236bb825f269c44046638fcafa8b2b123f.zip
#587347 upcoming events--config
Diffstat (limited to 'modules/todays_events/module.php')
-rw-r--r--modules/todays_events/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/todays_events/module.php b/modules/todays_events/module.php
index 6659e1c458..85b37c81eb 100644
--- a/modules/todays_events/module.php
+++ b/modules/todays_events/module.php
@@ -45,7 +45,7 @@ class todays_events_WT_Module extends WT_Module implements WT_Module_Block {
// Implement class WT_Module_Block
public function getBlock($block_id, $template=true) {
- global $ctype, $TEXT_DIRECTION, $WT_IMAGE_DIR, $WT_IMAGES, $DAYS_TO_SHOW_LIMIT, $THEME_DIR;
+ global $ctype, $TEXT_DIRECTION, $WT_IMAGE_DIR, $WT_IMAGES, $THEME_DIR;
$filter =get_block_setting($block_id, 'filter', true);
$onlyBDM =get_block_setting($block_id, 'onlyBDM', true);