forked from Wavyzz/dolibarr
Fix user object missing
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user