This commit is contained in:
Laurent Destailleur
2008-05-03 22:50:07 +00:00
parent 0fd759d695
commit 7d2e18fc69

View File

@@ -1241,9 +1241,9 @@ class Product extends CommonObject
}
/**
* \brief Renvoie tableau des stats pour une requete donn<6E>e
* \param sql Requete a ex<EFBFBD>cuter
* \return array Tableau de stats, -1 si ko
* \brief Return an array formated for showing graphs
* \param sql Request to execute
* \return array <0 if KO, result[i]=array(valuex,valuey);
*/
function _get_stats($sql)
{