Fix: doxygen

This commit is contained in:
Laurent Destailleur 2014-11-20 23:41:58 +01:00
parent f7a74a9ac9
commit b644075faa

View File

@ -3100,6 +3100,7 @@ class Form
* @param int $socid Id third party (-1=all, 0=only projects not linked to a third party, id=projects not linked or linked to third party id) * @param int $socid Id third party (-1=all, 0=only projects not linked to a third party, id=projects not linked or linked to third party id)
* @param int $selected Id pre-selected project * @param int $selected Id pre-selected project
* @param string $htmlname Name of select field * @param string $htmlname Name of select field
* @param int $discard_closed Hide all closed projects
* @return void * @return void
*/ */
function form_project($page, $socid, $selected='', $htmlname='projectid', $discard_closed=0) function form_project($page, $socid, $selected='', $htmlname='projectid', $discard_closed=0)