view pages/schedule.inc.php @ 629:894a4a6bfb5f fap2013

Better fix for the DB migration issue.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 01 Nov 2014 07:03:10 +0200
parents 135efe0c3b49
children ffacd904fd1f
line wrap: on
line source

<?
//
// FAPWeb - Simple Web-based Demoparty Management System
// Event schedule / description
// (C) Copyright 2012-2014 Tecnic Software productions (TNSP)
//
if (stChkSetting("showSchedule"))
{
  echo stGetSetting("eventDescription");
}
?>