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:
@ -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() {
|
||||
|
Reference in New Issue
Block a user