From b6ab4b7355afbeae6f82bc157cc5d1804c377721 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 21 Jul 2014 17:36:22 +0200 Subject: [news] minor doxygen comment fix --- modules/news.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/news.inc.php b/modules/news.inc.php index 2f169fb5..c8f102c0 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. */ -- cgit v1.2.3-55-g7522 From 34bc39c29b1e1051fab25eef1be6931d55424452 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Fri, 25 Jul 2014 15:34:33 +0200 Subject: [slx-admin] config.php renamed to config.php.example, set marker for SSPS --- config.php | 26 -------------------------- config.php.example | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 config.php create mode 100644 config.php.example diff --git a/config.php b/config.php deleted file mode 100644 index 179e1a16..00000000 --- a/config.php +++ /dev/null @@ -1,26 +0,0 @@ -