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<EFBFBD>e * \brief Return an array formated for showing graphs
* \param sql Requete a ex<EFBFBD>cuter * \param sql Request to execute
* \return array Tableau de stats, -1 si ko * \return array <0 if KO, result[i]=array(valuex,valuey);
*/ */
function _get_stats($sql) function _get_stats($sql)
{ {