Misc Adherents PHPDoc corrections

This commit is contained in:
Marcos García de La Fuente
2015-02-10 10:45:48 +01:00
parent 0d150b1d32
commit 157a6e109e
17 changed files with 44 additions and 32 deletions

View File

@@ -590,7 +590,7 @@ class ExtraFields
* @param string $value Value to show (for date type it must be in timestamp format)
* @param string $moreparam To add more parametes on html input tag
* @param string $keyprefix Prefix string to add into name and id of field (can be used to avoid duplicate names)
* @return void
* @return string
*/
function showInputField($key,$value,$moreparam='',$keyprefix='')
{