From 7d2e18fc697fdef96bcdc5d63ac8e4126b71ee30 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 3 May 2008 22:50:07 +0000 Subject: [PATCH] Doxygen --- htdocs/product.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/product.class.php b/htdocs/product.class.php index af7191f5788..f9707893129 100644 --- a/htdocs/product.class.php +++ b/htdocs/product.class.php @@ -1241,9 +1241,9 @@ class Product extends CommonObject } /** - * \brief Renvoie tableau des stats pour une requete donn�e - * \param sql Requete a ex�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) {