a
This commit is contained in:
parent
2dc91e091e
commit
c290bedc81
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ if (isset($_GET["admin"])) {
|
|||
$start_time = $sub_event_datas["start_time"];
|
||||
$timelength = strtotime($_POST["score_time"])-$start_time;
|
||||
$score_time = $timelength;
|
||||
if(strtotime($_POST["score_time"])<$sub_event_datas["start_time"]){
|
||||
if($timelength<=0){
|
||||
die("WARNING ! score time is before start time <a href='?event_code=$event_code&admin=score&sub_event_code=$sub_event_code'>refresh</a>");
|
||||
}
|
||||
$score = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue