Skip to content

Commit

Permalink
Update commonobject.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 25, 2018
1 parent 770e974 commit f371384
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions htdocs/core/class/commonobject.class.php
Expand Up @@ -5033,10 +5033,11 @@ function updateExtraField($key, $trigger, $userused)
* @param string $moreparam To add more parameters on html input tag
* @param string $keysuffix Prefix string to add into name and id of field (can be used to avoid duplicate names)
* @param string $keyprefix Suffix string to add into name and id of field (can be used to avoid duplicate names)
* @param string|int $showsize Value for css to define size. May also be a numeric.
* @param string|int $morecss Value for css to define style/length of field. May also be a numeric.
* @return string
*/
function showInputField($val, $key, $value, $moreparam='', $keysuffix='', $keyprefix='', $morecss=0){
function showInputField($val, $key, $value, $moreparam='', $keysuffix='', $keyprefix='', $morecss=0)
{
global $conf,$langs,$form;

if (! is_object($form))
Expand Down

0 comments on commit f371384

Please sign in to comment.