getfullname()

In RC1 there are many getfullname without 1 parameter(3 or 4 times in the project) and i catch a error.
I corret them with getfullname($lang)

Really. I mad a scan on rc1 and can’t find them. Can you point me to files name you find ?

htdocs\core\class\html.form.class.php 4 times

See on dolibarr 3.1-alpha (downloaded this day from http://www.dolibarr.fr/telechargements/cat_view/64-version-de-developpement) :

url : htdocs/societe/soc.php?action=create

Warning: Missing argument 1 for User::getFullName(), called in htdocs/core/class/html.form.class.php on line 848 and defined in htdocs/user/class/user.class.php on line 1562

Added $lang and it work :happy:

Thx eliabster

Thanks. Fixed in CVS.