summaryrefslogtreecommitdiff
path: root/modules_v3/yahrzeit/module.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-19 11:03:50 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-19 11:03:50 +0000
commitf85972b3daea251aa15187e3b60d7d2b94493c57 (patch)
tree44299ed899c53b51bfa854f69574f977f219ce39 /modules_v3/yahrzeit/module.php
parent1a23f54c8b006130d40b0faf8aa36fb6fc31e52e (diff)
downloadwebtrees-f85972b3daea251aa15187e3b60d7d2b94493c57.tar.gz
webtrees-f85972b3daea251aa15187e3b60d7d2b94493c57.tar.bz2
webtrees-f85972b3daea251aa15187e3b60d7d2b94493c57.zip
Remove unused global $TEXT_DIRECTION
Diffstat (limited to 'modules_v3/yahrzeit/module.php')
-rw-r--r--modules_v3/yahrzeit/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/yahrzeit/module.php b/modules_v3/yahrzeit/module.php
index c003621f52..02719e0463 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, $controller;
+ global $ctype, $WT_IMAGES, $controller;
$days=get_block_setting($block_id, 'days', 7);
$infoStyle=get_block_setting($block_id, 'infoStyle', 'table');