Merge branch 'hotfixes/hotfix-ajax-get-produits' into staging
This commit is contained in:
commit
1c2381273e
@ -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