mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 01:49:08 +01:00
Fix indent
This commit is contained in:
parent
28fc35da49
commit
f098113720
1 changed files with 12 additions and 14 deletions
|
@ -2413,18 +2413,16 @@ class LSsession {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Set globals from the ldap server
|
||||
*
|
||||
* @retval void
|
||||
*/
|
||||
public static function setGlobals() {
|
||||
if ( isset(self :: $ldapServer['globals'])) {
|
||||
foreach(self :: $ldapServer['globals'] as $key => $value) {
|
||||
$GLOBALS[$key] = $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Set globals from the ldap server
|
||||
*
|
||||
* @retval void
|
||||
*/
|
||||
public static function setGlobals() {
|
||||
if ( isset(self :: $ldapServer['globals'])) {
|
||||
foreach(self :: $ldapServer['globals'] as $key => $value) {
|
||||
$GLOBALS[$key] = $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue