Changes

no edit summary
Line 160: Line 160:  
<syntaxhighlight lang="php">$outputlangs->convToOutputCharset($object->array_options['options_my_extra'])</syntaxhighlight>
 
<syntaxhighlight lang="php">$outputlangs->convToOutputCharset($object->array_options['options_my_extra'])</syntaxhighlight>
 
by :
 
by :
<syntaxhighlight lang="php">$extrafields->showOutputField('my_extra', $object->array_options['options_my_extra'])</syntaxhighlight>
+
<syntaxhighlight lang="php">$extrafields->showOutputField('my_extra', $object->array_options['options_my_extra'], '', $object->table_element)</syntaxhighlight>
    
=Special Case for Extrafields type "Date"=
 
=Special Case for Extrafields type "Date"=
61

edits