Use team 0 to display solutions
This commit is contained in:
parent
05bc4c605c
commit
458060bc3b
6 changed files with 25 additions and 20 deletions
|
|
@ -39,7 +39,7 @@ if (count($p) > 2)
|
|||
break;
|
||||
|
||||
case "team":
|
||||
if (!empty($_POST["team"]))
|
||||
if (isset($_POST["team"]))
|
||||
$ret = pipe_backend_scheduler("resetr:TEAM".intval($_POST["team"]).":SYNCS");
|
||||
break;
|
||||
|
||||
|
|
|
|||
Reference in a new issue