2
0
forked from Wavyzz/dolibarr

PHPDoc and misc fixes for several folders

This commit is contained in:
Marcos García de La Fuente
2015-02-10 11:02:11 +01:00
parent e21681a369
commit ca939bf8a5
10 changed files with 30 additions and 26 deletions

View File

@@ -2794,7 +2794,7 @@ class Form
* @param string $htmlname HTML field name
* @param int $maxlength Maximum length for labels
* @param int $excludeafterid Exclude all categories after this leaf in category tree.
* @return void
* @return string
* @see select_categories
*/
function select_all_categories($type, $selected='', $htmlname="parent", $maxlength=64, $excludeafterid=0)