|
@@ -881,7 +881,7 @@ discard block |
|
|
block discarded – undo |
|
881
|
881
|
Logger::warning('Library - LDAP setAttributes(): No array of attributes given for DN \''.$dn.'\''); |
|
882
|
882
|
return false; |
|
883
|
883
|
} else { |
|
884
|
|
- Logger::debug('Library - LDAP setAttributes(): Received arraydata:'.print_r($attributes,true)); |
|
|
884
|
+ Logger::debug('Library - LDAP setAttributes(): Received arraydata:'.print_r($attributes, true)); |
|
885
|
885
|
} |
|
886
|
886
|
|
|
887
|
887
|
// Attempt to set attributes |
|
@@ -906,7 +906,7 @@ discard block |
|
|
block discarded – undo |
|
906
|
906
|
Logger::warning('Library - LDAP addAttributes(): No array of attributes given for DN \''.$dn.'\''); |
|
907
|
907
|
return false; |
|
908
|
908
|
} else { |
|
909
|
|
- Logger::debug('Library - LDAP addAttributes(): Received arraydata:'.print_r($attributes,true)); |
|
|
909
|
+ Logger::debug('Library - LDAP addAttributes(): Received arraydata:'.print_r($attributes, true)); |
|
910
|
910
|
} |
|
911
|
911
|
|
|
912
|
912
|
// Attempt to add attributes |
Please login to merge, or discard this patch.