comparison pages/news.inc.php @ 1001:ffacd904fd1f

Update copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Jan 2015 10:31:00 +0200
parents ce11ea112a65
children 7e497188e4c6
comparison
equal deleted inserted replaced
1000:6bdc34d99c46 1001:ffacd904fd1f
1 <? 1 <?
2 // 2 //
3 // FAPWeb - Simple Web-based Demoparty Management System 3 // FAPWeb - Simple Web-based Demoparty Management System
4 // News page 4 // News page
5 // (C) Copyright 2012-2014 Tecnic Software productions (TNSP) 5 // (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
6 // 6 //
7 echo stGetSetting("newsHeader"); 7 echo stGetSetting("newsHeader");
8 8
9 if (($res = stExecSQL("SELECT * FROM news ORDER BY utime DESC")) !== FALSE) 9 if (($res = stExecSQL("SELECT * FROM news ORDER BY utime DESC")) !== FALSE)
10 { 10 {