Correction connexion à la base de données
This commit is contained in:
parent
12aaf3d4c0
commit
9bd5cdd23e
@ -21,6 +21,7 @@ function getIndiscoreHisto($siren)
|
||||
WHERE siren=$siren
|
||||
GROUP BY indiScoreDate
|
||||
ORDER BY indiScoreDate ASC";
|
||||
$iDb = new WDB('jo');
|
||||
$ret=$iDb->query($query);
|
||||
$tabRet=array();
|
||||
while($ret=$iDb->fetch(MYSQL_ASSOC)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user