]> source.dussan.org Git - nextcloud-server.git/commitdiff
a string be a string
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 16 Apr 2012 09:47:36 +0000 (11:47 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 16 Apr 2012 13:09:38 +0000 (15:09 +0200)
apps/user_ldap/lib_ldap.php

index 5188ef940261b0698062a77ec3cab99471b7a283..417a4719f027814141bb2297ff1e11045ee64fe9 100644 (file)
@@ -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;