Make some changes on chrono

This commit is contained in:
nemunaire 2014-01-20 18:59:15 +01:00
parent 83c61f6fe4
commit 363ba3325a
5 changed files with 23 additions and 11 deletions

View file

@ -131,7 +131,7 @@ else if ($n && $p[0] == SALT_USER)
$page = "teams/list";
}
else if (empty($VAR["start_challenge"]) || $VAR["start_challenge"] < time())
else if (empty($VAR["start_challenge"]))
{
$TEAM = new Team($p[1]);
$template->assign("my_team", $TEAM);