aze
This commit is contained in:
parent
b85d203b65
commit
0ec36fbc07
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ if (isset($_GET["admin"])) {
|
|||
if (isset($_POST["sub_event_code"])) {
|
||||
$sub_event_code = $_POST["sub_event_code"];
|
||||
$check_if_event_started = getSubEventData($con, $event_code,$sub_event_code);
|
||||
die(print_r($check_if_event_started,true));
|
||||
if($check_if_event_started["start_time"]!=0){
|
||||
die("<p>Sub event already started <a href='/?event_code=$event_code&admin=subevents&start'>return</a></p>");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue