This commit is contained in:
Laurent Destailleur 2010-07-29 13:00:50 +00:00
parent c0fd415527
commit 3852527ee4
2 changed files with 7 additions and 7 deletions

View File

@ -53,8 +53,8 @@ class box_clients extends ModeleBoxes {
} }
/** /**
* \brief Charge les donnees en memoire pour affichage ulterieur * Load data of box into memory for a future usage
* \param $max Nombre maximum d'enregistrements a charger * @param $max Maximum number of records to show
*/ */
function loadBox($max=5) function loadBox($max=5)
{ {

View File

@ -52,8 +52,8 @@ class box_fournisseurs extends ModeleBoxes {
} }
/** /**
* \brief Charge les donn<EFBFBD>es en m<EFBFBD>moire pour affichage ult<EFBFBD>rieur * Load data of box into memory for a future usage
* \param $max Nombre maximum d'enregistrements <EFBFBD> charger * @param $max Maximum number of records to show
*/ */
function loadBox($max=5) function loadBox($max=5)
{ {