This commit is contained in:
2026-01-30 18:26:47 +00:00
parent 95ac4cbbef
commit 0f84f39a0b
2 changed files with 10 additions and 14 deletions

View File

@@ -43,7 +43,7 @@ class Gabary extends Modele {
$resultat = $this->executerRequete($sql, array($vue));
$infovue = $resultat->fetchAll();
$infovue = $resultat->fetch();
return $infovue;
}