Use team 0 to display solutions

This commit is contained in:
nemunaire 2014-12-29 01:34:18 +01:00
commit 739d5b5722
5 changed files with 54 additions and 5 deletions

View file

@ -126,7 +126,7 @@ class Team
}
function get_id() {
return $this->id;
return intval($this->id);
}
function get_slogan() {