deactivate entry forms when deadline is over

This commit is contained in:
marko
2023-04-15 18:03:52 +02:00
parent bed173eac2
commit a610bed879
4 changed files with 79 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ class Shiai
private $id = null; //< unique id
private $date = null; //< date of the shiai
private $name = null; //< name of the shiai as string
private $ageclasses = null; //< age classes as space separated Uxy in a string
private $ageclasses = null; //< age classes as space separated 'Uxy' in a string
private $place = null; //< place of the shiai as string
private $announcementUrl = null; //< url to the announcement
private $routeUrl = null; //< url to a routing planner
@@ -88,8 +88,7 @@ class Shiai
);
}
/**
* shiai event as html code for displaying
/** shiai event as html code for displaying
*
* @return html formatted string
*/