summaryrefslogtreecommitdiff
path: root/includes/pages/user_news.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-02 18:06:28 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-02 18:06:28 +0200
commit72d8f6bb134355ccdbaeae71be444b649bfaf193 (patch)
tree3a059121c258ef6a62c3c04992665422c9cd1fbc /includes/pages/user_news.php
parent5c00fea42ebb9a4f624dc300352bb14736e9605c (diff)
fix news
Diffstat (limited to 'includes/pages/user_news.php')
-rw-r--r--includes/pages/user_news.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/pages/user_news.php b/includes/pages/user_news.php
index 4295edb8..56c5bb68 100644
--- a/includes/pages/user_news.php
+++ b/includes/pages/user_news.php
@@ -5,6 +5,8 @@ function user_news() {
function user_news_output() {
global $DISPLAY_NEWS, $privileges;
+
+ $html = "";
if (isset ($_POST["text"]) && isset ($_POST["betreff"]) && IsSet ($_POST["date"])) {
if (!isset ($_POST["treffen"]))