mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
removed unnecessary code
This commit is contained in:
parent
fb52038e7c
commit
8a24a47475
|
@ -244,8 +244,6 @@ class LdapSync extends Command
|
|||
if($ldap_result_first_name != null){
|
||||
$user->first_name = $item['firstname'];
|
||||
}
|
||||
if($ldap_result_active_flag != null){
|
||||
}
|
||||
if($ldap_result_emp_num != null){
|
||||
$user->employee_num = e($item['employee_number']);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue