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