df
This commit is contained in:
@@ -43,7 +43,7 @@ class Gabary extends Modele {
|
||||
|
||||
$resultat = $this->executerRequete($sql, array($vue));
|
||||
|
||||
$infovue = $resultat->fetchAll();
|
||||
$infovue = $resultat->fetch();
|
||||
|
||||
return $infovue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user