Fix doxygen

This commit is contained in:
Laurent Destailleur 2015-12-03 14:54:39 +01:00
parent 6be9a04a56
commit 43ab23ca28

View File

@ -485,9 +485,9 @@ class Form
/**
* Generate select HTML to choose massaction
*
* @parama string $selected Selected value
* @param string $selected Selected value
* @param int $arrayofaction array('code'=>'label', ...)
* @param string Select list
* @return string Select list
*/
function selectMassAction($selected, $arrayofaction)
{