summaryrefslogtreecommitdiff
path: root/includes/pages/user_news.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-08-21 23:11:23 +0200
committermsquare <msquare@notrademark.de>2016-08-21 23:11:23 +0200
commitde917bc54323f75381c419836d5ee591bc11e311 (patch)
treebd26f02021de9648aa4d5e4b1b5659f56f5c145c /includes/pages/user_news.php
parentf02148af3542ed23a910ed069851e1e7032f7601 (diff)
remove unused code
Diffstat (limited to 'includes/pages/user_news.php')
-rw-r--r--includes/pages/user_news.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/user_news.php b/includes/pages/user_news.php
index 289cd326..78d63d61 100644
--- a/includes/pages/user_news.php
+++ b/includes/pages/user_news.php
@@ -12,7 +12,7 @@ function meetings_title() {
}
function user_meetings() {
- global $DISPLAY_NEWS, $user;
+ global $DISPLAY_NEWS;
$html = '<div class="col-md-12"><h1>' . meetings_title() . '</h1>' . msg();