mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix scrutinizer
dol_set_focus returns void
This commit is contained in:
parent
cb648705ce
commit
445fea18bb
|
|
@ -817,7 +817,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
|||
|
||||
print dol_get_fiche_head('', '', '', 0, '');
|
||||
|
||||
print dol_set_focus('#lastname');
|
||||
dol_set_focus('#lastname');
|
||||
|
||||
print '<table class="border centpercent">';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user