diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-06-02 18:06:28 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-06-02 18:06:28 +0200 |
commit | 72d8f6bb134355ccdbaeae71be444b649bfaf193 (patch) | |
tree | 3a059121c258ef6a62c3c04992665422c9cd1fbc | |
parent | 5c00fea42ebb9a4f624dc300352bb14736e9605c (diff) |
fix news
-rw-r--r-- | includes/pages/user_news.php | 2 |
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"])) |