1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-25 23:47:28 +02:00

Design phases 1 & 2

This commit is contained in:
galaxyoyo
2019-09-27 19:18:54 +02:00
parent 5c5c670958
commit 8df4c71119
6 changed files with 213 additions and 167 deletions

View File

@ -32,7 +32,7 @@ class NewTeam {
$this->trigram = strtoupper($this->trigram);
$this->allow_publish = $this->allow_publish == "on";
$this->allow_publish = $this->allow_publish == "on" ? 1 : 0;
}
public function makeVerifications() {