changement pour des tests
continuous-integration/drone/push Build is passing Details

ServeurDeTest
johan 2 years ago
parent c81876ac6c
commit 1cd7072610

@ -112,7 +112,7 @@ class UtilisateurGateway
public function queueFilled(){
$query = "SELECT count(*) FROM Participer WHERE etat=0";
$this->con->executeQuery($query);
if ($this->con->getResults()[0]['count(*)'] >= 4)
if ($this->con->getResults()[0]['count(*)'] >= 2)
return True;
else
return False;

Loading…
Cancel
Save