Correction connexion à la base de données

This commit is contained in:
Michael RICOIS 2013-08-21 20:06:03 +00:00
parent 12aaf3d4c0
commit 9bd5cdd23e

View File

@ -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)) {