Browse Source

a string be a string

remotes/origin/stable4
Arthur Schiwon 14 years ago
parent
commit
02f4e78f3e
  1. 2
      apps/user_ldap/lib_ldap.php

2
apps/user_ldap/lib_ldap.php

@ -21,7 +21,7 @@
*
*/
define(LDAP_GROUP_MEMBER_ASSOC_ATTR,'memberUid');
define('LDAP_GROUP_MEMBER_ASSOC_ATTR','memberUid');
class OC_LDAP {
static protected $ldapConnectionRes = false;

Loading…
Cancel
Save