2
0
forked from Wavyzz/dolibarr

Fix user object missing

This commit is contained in:
Laurent Destailleur
2024-01-24 11:58:08 +01:00
parent a5a3d6a7f3
commit 0dea4bec4c

View File

@@ -4037,7 +4037,7 @@ function dol_user_country()
*
* @param string $address Address string, already formatted with dol_format_address()
* @param int $htmlid Html ID (for example 'gmap')
* @param int $element 'thirdparty'|'contact'|'member'|'other'
* @param int $element 'thirdparty'|'contact'|'member'|'user'|'other'
* @param int $id Id of object
* @param int $noprint No output. Result is the function return
* @param string $charfornl Char to use instead of nl2br. '' means we use a standad nl2br.