1
0
Fork 0

Suppression echo inutile + modif bdd.

This commit is contained in:
antux18 2024-02-16 10:56:02 +01:00
parent 559d42fff1
commit f655529f31
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -46,7 +46,6 @@
// Si un ordre d'énigmes n'a pas été défini au préalable pour cette équipe, on en choisit un au hasard :
if (is_null($order)) {
echo "lol";
$order = rand(0, sizeof($pzorder));
$stmt = $database->pdo_teams->prepare("UPDATE teams SET pzorder = :order WHERE id == :id");
$stmt->bindValue(":id", $team_id);