summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorSimon Rettberg2014-08-15 14:01:09 +0200
committerSimon Rettberg2014-08-15 14:01:09 +0200
commit48b563ec0e47e426f326eac85f759fdbcb19c2e1 (patch)
tree35e5f84e5de91b8ebe2c701f70f47922853c953f /modules
parentFix lang-tag in sysconfig template (diff)
parentIgnore config.php (diff)
downloadslx-admin-48b563ec0e47e426f326eac85f759fdbcb19c2e1.tar.gz
slx-admin-48b563ec0e47e426f326eac85f759fdbcb19c2e1.tar.xz
slx-admin-48b563ec0e47e426f326eac85f759fdbcb19c2e1.zip
Merge branch 'master' into i18n
Diffstat (limited to 'modules')
-rw-r--r--modules/news.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/news.inc.php b/modules/news.inc.php
index fc5c1892..d0aa32ea 100644
--- a/modules/news.inc.php
+++ b/modules/news.inc.php
@@ -5,8 +5,8 @@ class Page_News extends Page
/**
* Member variables needed to represent a news entry.
*
- * $newsId int ID of the news entry attributed by the database.
- * $newsTitle string Title of the entry.
+ * @var newsId int ID of the news entry attributed by the database.
+ * @var string Title of the entry.
* $newsContent string Content as text. (TODO: html-Support?)
* $newsDate string Unix epoch date of the news' creation.
*/