mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
minor formating changes
This commit is contained in:
parent
844936d19b
commit
31f2ea4a07
@ -793,7 +793,9 @@ class accounts_ldap
|
||||
'account_email' => 'mail',
|
||||
'account_fullname' => 'cn',
|
||||
);
|
||||
if (!isset($to_ldap[$which]) || $account_type === 'g') return False;
|
||||
if (!isset($to_ldap[$which]) || $account_type === 'g') {
|
||||
return False;
|
||||
}
|
||||
|
||||
$sri = ldap_search($this->ds, $this->user_context, '(&('.$to_ldap[$which].'=' . $name . ')(objectclass=posixaccount))');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user