Use team 0 to display solutions

This commit is contained in:
nemunaire 2014-12-29 01:34:18 +01:00
commit 458060bc3b
6 changed files with 25 additions and 20 deletions

View file

@ -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;