mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
This commit is contained in:
commit
0ae66f7ff2
|
|
@ -2521,7 +2521,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
|||
if ($caneditfield) {
|
||||
print '<textarea name="address" id="address" class="quatrevingtpercent" rows="3" wrap="soft">';
|
||||
}
|
||||
print dol_escape_htmltag(GETPOSTISSET('address') ? GETPOST('address') : $object->address);
|
||||
print dol_escape_htmltag(GETPOSTISSET('address') ? GETPOST('address') : $object->address, 0, 1);
|
||||
if ($caneditfield) {
|
||||
print '</textarea>';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user