hot fixes ajax get produits
This commit is contained in:
parent
15e2ebe74a
commit
c9b118340d
@ -379,8 +379,7 @@ class Bdd {
|
||||
}
|
||||
|
||||
public function getProduits($idNextcloud){
|
||||
$sql = "SELECT * FROM ".$this->tableprefix."produit
|
||||
WHERE $this->tableprefix.produit.id";
|
||||
$sql = "SELECT * FROM ".$this->tableprefix."produit;";
|
||||
return $this->execSQL($sql, array());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user