deactivate entry forms when deadline is over
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user