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

Update copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Jan 2015 10:31:00 +0200
parents 135efe0c3b49
children 74b98743697b
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 // Event schedule / description 4 // Event schedule / description
5 // (C) Copyright 2012-2014 Tecnic Software productions (TNSP) 5 // (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
6 // 6 //
7 if (stChkSetting("showSchedule")) 7 if (stChkSetting("showSchedule"))
8 { 8 {
9 echo stGetSetting("eventDescription"); 9 echo stGetSetting("eventDescription");
10 } 10 }